Questions tagged as 'ajax'

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
1
answer

Error in JQuery Ajax and Spring mvc driver

I am sending a POST from ajax to a controller with Spring mvc, everything worked correctly, the controller received the data and worked with them, the problem has appeared when I wanted to execute a function in the ajax success, I have verified...
asked by 11.04.2018 / 16:32
2
answers

Auto complete several text boxes

I need auto to complete several text boxes through a search to a mysql table. I have found an example that fits my needs, but I can not make it work The form is in the index.html file. Entering two digits in the field "registration" makes...
asked by 13.04.2018 / 23:31
1
answer

I have a problem with ajax calls in JQuery

I'm doing an application with php and JQuery and I use and use JQuery to make ajax requests to load some parts of the page and I have a problem when I'm going to register a new book using the panel that I created for that, when I register a book...
asked by 08.04.2018 / 03:33
0
answers

take average of two or more different dates

I have a problem that I have not been able to solve for many days and is able to get a general average of two different dates, I will leave the code javascript and the code laravel to help me Take this little code because the re...
asked by 09.04.2018 / 15:19
1
answer

Ajax can not connect to server

I made a mobile app using phonegap. I use Ajax to fetch data from a server. On the server there is a webservice made in Laravel, which returns the data in json. This is the code: jQuery(function($) { $(document).ready(function() {...
asked by 12.04.2018 / 18:46
0
answers

Update multiple rows with php checkbox + ajax

My update code does not work. I am working with ajax, php, html and postgres. I am working with ajax because I have a combo where the answer is stored in ($ r) and the table shown is based on that previous selection. When I click on Confirm,...
asked by 12.04.2018 / 17:27
0
answers

how to get the id of a product to modify an image?

I'm trying to modify an image in my database by the id of the product, my table is called products and my id is product_id, only when doing the UPDATE in my file upload_image.php does not modify the image. <?php if($_SERVER['REQUEST_...
asked by 05.04.2018 / 16:26
0
answers

Why is not the image updated in the database?

I have a problem about updating the image in my database, I do not know if the WHERE condition in the UPDATE (upload_banner.php) is badly formulated or I lack code, if you could help me solve it, it would be very helpful, thank you very much !!!...
asked by 04.04.2018 / 16:34
1
answer

_GET in infinite loop PHP

I have a php query manager that I call from AJAX with Jquery with an asynchronous GET, this manager is in charge of calling the relevant function. One of these functions must execute a process that depends on the number of records that have b...
asked by 02.04.2018 / 17:33