... /busca?tipo%5B%5D=APARTAMENTO%2FAPTO+DUPLEX&area_de=50&area_at=100
In this URL I have 2 data types:
type that is checkbox
APARTMENT
FIT + DUPLEX
area_of which is select
50
area_at which is select...
Good night, I need to do a function, I was able to do the logic but I'm not able to execute ... The logic is as follows ... when scrolling the variable that started with 0 becomes 1, moved again from 1 becomes 2 and so goes in succession ... thi...
I have a question to solve and I count on the help of you this code does not display the contents of the variable.
<li style="width:290px; border:#f00 0px solid;"><a href="#" class="link" data-text="<?php echo $n1['nick'];?>"...
... /busca?tipo%5B%5D=APARTAMENTO%2FAPTO+DUPLEX&area_de=50&area_at=100
In this URL I have 2 data types:
type that is checkbox
APARTMENT
FIT + DUPLEX
area_of which is select
50
area_at which is select...
Hello,
I'm trying to develop a logic to register permissões de acessos , using codeigniter and plugin jstree
At the beginning to add a new permission, the following table is loaded into the database.
CREATE TABLE IF N...
I have a page that transforms a <ul> _list into tabs with jQuery , and on the first page I need a button to redirect to the next tab, without having to click the mouse.
I have tried with onClick or a JS function, but it opens in a...
Before asking, I'll leave my script:
Html
</form>
<input type="text" id="email">
<input type="password id="senha">
<button>Entrar</button>
</form>
Jquery
var form = $('form');
var email =...
How can I insert images as append into a FormData ?
I'm trying this way, but when I use console.log to check the dados variable, imagens is empty.
var dados = new FormData();
$('.copiar-elemento').each(function...
Ineedtodisplaythenoteoftheselecteditem,Ineedthevalueofthisitemor"name" to be able to do the search in the bank and thus show the user the value of the selected item, help me in that, so I see I need the jquery help, I got the value as follows:...
Hello everyone, I would like to do a load on demand, but I can not mount.
Here is my code:
function show(letra) {
var itens = "";
$.ajax({
type: 'GET',
dataType: 'json',
data: 'action_search=yes&letra=' + l...