Questions tagged as 'jquery'

1
answer

Why does not JQuery apply?

On a page (index.php) I have a div ('#body'), inside this body I post content through ajax. My problem is that I have when I charge options.php inside #body, jquery does not work, but if in the browser I directly charge options.php jquery if...
asked by 15.04.2018 / 16:49
1
answer

Auto complete several text boxes 2

I found an example which works perfectly to auto complete several input text from a query to mysql. The example consisted of 5 input and I added a sixth. When doing the modification the sript was still working as in the beginning, it only add...
asked by 15.04.2018 / 16:36
0
answers

Problems with function Click on jquery and call function $ get.JSON

Hi, I do not know how to explain my question well, but I will do my best. It turns out that I have created an API in node.js and I want to interact with it through jquery. It's a simple case where I have to do a search. If I directly implemen...
asked by 17.04.2018 / 22:24
2
answers

Error accessing json array with php

Good morning, cordial greeting to all. Again, I'm going through this space because I have a big unresolved problem and this time it's php based, since I'm starting in this language. The problem is that I need to return some values in json for...
asked by 17.04.2018 / 21:18
1
answer

I want to dynamically delete a row in a form

I want to dynamically delete a row in a form created in Codeigniter . The problem is that it works for me, removing a div , but when trying to format it, I include bootstrap, so it eliminates the previous div and not the whole row. <di...
asked by 11.04.2018 / 18:09
0
answers

pass Jquery parameter to PHP

I ask for your support to guide me with the following problem: this instruction causes jquery to calculate the salary of an employee, but only the payroll, that is: if someone wins 10 thousand Mexican pesos, or any other denomination. O...
asked by 12.04.2018 / 19:35
0
answers

input type = 'file' ... in Microsoft Edge

I have a series of which, from the Microsoft Edge browser, I can not access its features since query by Jquery returns undefined, but from others such as Chrome, Firefox or Opera si. These are stored in an array called FileList Next I show th...
asked by 11.04.2018 / 06:38
0
answers

Insert in bd with cakephp

Each time I reload the page, it re-inserts the data, but when updating the page, the input left me with the information that had been entered, so I had to clean the input with js when loading the page. $(document).ready(function () { $("....
asked by 09.04.2018 / 21:51
1
answer

Problems with nested combo box

I have a combobox nested to another combobox and it works only on the first line; it turns out that I want the combobox to work for me in the other rows (below) that are the result of a request to the database, I hope I have explained, below a f...
asked by 18.04.2018 / 19:58
0
answers

Why is my modal window below the footer?

I have my web design with Masterpage which contains the menu and the footer . In the Index view, I have my Modal window, which when clicked appears below the Footer, this is the html of my Masterpage: <html xmlns="http://www....
asked by 11.04.2018 / 09:11