Questions tagged as 'ajax'

1
answer

Which Form FTP Access From XPG Via Javascript

Do you have access to my free account on the hosting server XPG, through Javascript? I wonder if it's possible to just connect to Javascript with an FTP server ( ftp://ftp.xpg.com.br ), to "Send" files.    I need some way to select the loc...
asked by 28.07.2016 / 02:36
1
answer

Pause loop on page

I have a problem, which I researched and thought how to do, but I could not solve. I have select on the page that needs to be populated after a condition is satisfied . And after that, it needs to query the data relative to the option ch...
asked by 28.07.2016 / 15:29
1
answer

Update database with form data without refresh

Hello, I'm doing a control panel of a scoreboard, where I have a screen with all the games of the round and since the games have already been registered in the bank, I need to update the games as the rounds occur. I managed to pass the ID of the...
asked by 24.05.2016 / 20:48
1
answer

Refresh table field without refresh?

I have a "div" that brings the data from a table "Mysql", how do I click the "div" to make the data editable? But without going to another page. <div id="nome_mysql">João</div> By clicking on John, the "div" would bec...
asked by 17.05.2016 / 04:06
1
answer

Sending form via Ajax in Laravel + Request

I have a registration form for people. I need to send it with Ajax to not reload the page. So far, I have the following ready that I followed for a tutorial. Sending Js. $("form#pessoasCadastrar" ).submit(function( event ) { event.p...
asked by 30.04.2016 / 16:56
1
answer

How to avoid the function of the ajaxStop () method in a single ajax call?

I have the following problem: There is a page where I use $ .ajaxStop to give a $ .unblockUI (modal plugin), this closes the modal "loading ..." whenever ajax page requests finish loading, $ .ajaxStop serves as a "standard" for all document r...
asked by 21.07.2016 / 14:05
2
answers

Ajax request error to load on google map

I am making an ajax code request: $.ajax({ type:"POST", url:"url.php", data:{ ida : href, }, beforeSend: function(){ }, success:function(data){ $("#mapa").html(data);...
asked by 04.04.2016 / 15:53
1
answer

Problem with ajax and cURL to receive mysql value and return to html

people I'm having a problem using html, ajax, cURL and mysql. the function is simple an html page where will receive a name and will send by ajax to cURL that will access the php that connects to mysql and takes 2 column of the table and returns...
asked by 05.05.2016 / 00:39
1
answer

Problem clicking the button, called ajax

Code: <button id="click" class="button"></button> <div class="TableCSS"> <table id="clickvent"> </table> </div> $(document).ready(function(){ $("#click").click(fun...
asked by 11.04.2016 / 19:11
1
answer

Rest Web Service using Slim Framework, in PHP, always gives error when called by an Ajax method, although it is executed?

I've implemented a WS Rest in PHP, but when I try to consume WS with an Ajax method it always returns me the error function. However the WS is recorded and the data is even recorded in the DB. Has anyone ever had the same problem? PHP WS code...
asked by 19.04.2016 / 13:06