Questions tagged as 'ajax'

1
answer

Ajax UpdatePanel does not work when deployed in IIS8

I implemented a UpdatePanel in a Webform that I need to update automatically every 30 seconds, when debugeo in Visual Studio 2013 works correctly but when I implement it in my Web server with IIS8 is not updated. Help me know if I nee...
asked by 23.05.2017 / 15:37
2
answers

Login MySQL, PHP and AJAX

I am developing an application with Phonegap . I would like that when I log in, I will check if it exists in the database. In case you have to save the email address ( email ) in localStorage . HTML Code: <div class="login...
asked by 15.05.2017 / 12:23
2
answers

Bootstrap table - reload records according to ajax json object

I'm creating a website with Bootstrap . Initially when loading the page I use PHP to insert the results in the cells of the table. So far so good. Then I use a button with a modal menu of Bootstrap which has a series of fields that are i...
asked by 04.01.2017 / 17:52
3
answers

Control function flow in AJAX

I have several AJAX functions and what I want is to have a function that controls that when one is finished, execute another one. This is the scheme. function ajax1(){} function ajax2(){} function ajax3(){} //solo cuando termine ajax1 ejecuta...
asked by 28.10.2016 / 10:53
2
answers

Random error when traversing a json in a javascript function

I have an error of: data [key] .forEach is not a function. but it is totally random, sometimes perfectly executes others not. This is my code: <script type="text/javascript"> $(document).ready(function() { var table = $('#example'...
asked by 26.10.2016 / 23:23
2
answers

Message history with PHP, MYSQL and AJAX

I'm creating a kind of Imbox, a chat so to speak but with the difference is that I do not want it to be a general chat, where all users write and it appears to all, so I made the system reserved between two users similar to facebook, it works wh...
asked by 18.02.2017 / 18:33
1
answer

How to take the value of two selects with the same name and that php receives them?

How could I take the value of two selects for PHP to receive them to be able to make a foreach and insert it in the database? since what is required is for a user to have two roles at the same time. that is to say that in...
asked by 06.04.2017 / 23:21
1
answer

Occupy Ajax requests in more than one cloned select laravel 5

I have a table in which I add rows with jquery. These rows have several inputs and one select. The functionality of the select is that when choosing a product, in an input its description is shown, this works well with a call $ .get of ajax. The...
asked by 08.08.2016 / 23:27
2
answers

Create select with html using ajax

I try to create a select in HTML5 by bringing the data from a .js file that has a $.ajax that calls a URL that has data in JSON. But always throws for error: function(data) and I do not know why, the url is fine for what...
asked by 15.11.2016 / 14:09
4
answers

remove label input / with AJAX

I have several inputs that I charge with a foreach with Razor. <table class="table"> @foreach (var item in Model.Municipalities) { <tr> <td>...
asked by 14.06.2016 / 17:06