Questions tagged as 'ajax'

1
answer

Is it safe to use ajax requests many times and repeatedly?

I want to create a 'mini server' for me to use on my site (tumblr), for real communication with my visitors and one way to do this is to use ajax requests. When the site loads, it requests a JSON file, when I receive this file the request is mad...
asked by 08.03.2014 / 02:24
1
answer

Load content dynamically with AJAX

I have the following HTML code: <label id="meuTemplate" for="criaAssoc" class="instAssoc" style="display:none"> <strong>ID:</strong> <input name="idInstrucao" type="text"> <strong>Ordem:</strong>...
asked by 30.01.2014 / 23:04
2
answers

Populating city and state selects with AJAX (PHP and jQuery Mobile) [duplicate]

I'm building a webapp with the framework JQuery Mobile, PHP and AJAX. In this app I have a form with selects of ESTADO and CIDADE , an AJAX has been done that when it chooses ESTADO , it loads CIDADES according...
asked by 19.06.2015 / 22:24
1
answer

Problem with autocomplete jquery-ui via Ajax / PHP

Talk to the people, all good! I have a webserver application that does not have a webserver. I have a webserver application that I have a webserver on. I have a webserver application that has a webservice. are correct for the source to handle th...
asked by 11.07.2016 / 03:56
1
answer

Doubt on behavior $ .post and $ .ajax

I've always been accustomed to using $.ajax() for all my type requests, and this works perfectly. An example that is even occurring now is the following: $.ajax({ type: "POST", url: "XmlTree.aspx/GetChildren", d...
asked by 28.08.2017 / 20:16
1
answer

Problem with long polling

Well I've done a script here to fetch information from the real-time database, but it works fine if I add it directly to MySQL, but it works fine on the page when I insert text it works for MySQL and if you disable script long polling it al...
asked by 22.02.2015 / 22:51
2
answers

How do I pull content via AJAX from a site that has a menu header and a fixed audio player?

How can I create a site that uses AJAX to load pages? What is the best way to do this without bugs and really functional? I have plans to create some sites that have a player de áudio , which can not stop when a person goes to...
asked by 15.07.2014 / 05:52
3
answers

Downloadable HTML link coming from the bank

I'm writing an address in the database and with ajax I'm looking for it to display to the user. Temporarily, I'm writing it to the input below: <tr> <td>Download:</td> <td><i...
asked by 13.01.2016 / 20:41
3
answers

Post a comment and view follow without refreshment

Updated 5 Good morning, I'm trying to create a comment system that is equal to link > Here is the JavaScript code to send everything to PHP: $(function() { $('.commentform').submit(function() { var comment_publica...
asked by 05.05.2015 / 21:42
1
answer

How to send and process N distinct forms with ajax without giving refresh on the page?

How to do it when you have n forms with the same ID , or CLASS send the data to process and when you finish processing change the color of <'tr bgcolor="#FFFF00"'> to green '#00FF00' signaling that the process h...
asked by 30.05.2014 / 02:31