Questions tagged as 'jquery'

2
answers

How to persist / fill the data of a form via PHP?

... /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...
asked by 01.11.2014 / 22:56
0
answers

By moving the scroll it does i ++

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...
asked by 01.04.2018 / 02:50
1
answer

mysql database href with jquery

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'];?>"...
asked by 02.04.2018 / 02:48
2
answers

How to persist / fill the data of a form via PHP?

... /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...
asked by 01.11.2014 / 22:56
0
answers

Logic for access permission and registration of permissions in the database Using JStree and Codeigniter

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...
asked by 29.03.2018 / 17:23
1
answer

How to select a specific tab by clicking the button

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...
asked by 29.03.2018 / 20:21
2
answers

Jquery - include variables in ajax

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 =...
asked by 08.04.2018 / 20:48
1
answer

Input file as append in FormData

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...
asked by 08.04.2018 / 23:46
0
answers

How to pass variable from jquery to servlet (control)?

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:...
asked by 08.04.2018 / 22:41
0
answers

Custom on-demand loading

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...
asked by 29.03.2018 / 01:15