Questions tagged as 'ajax'

1
answer

How do I upload or download points in Google Maps when I click on a div? [closed]

I have a page that shows the routes traveled by a vehicle. The routes will be shown in an ordered horizontally arranged list in the style of the Timestack timeline ( link ), except that they will not be in each other, but side by side, organized...
asked by 04.04.2014 / 19:23
1
answer

Save object returned by get method

How can I return to a variable the result object of a get request? I'm trying to do this and it does not work: var x = $.get("https://api-nave-twitter.herokuapp.com/tweets", function(data){ event.preventDefault(); var tam = d...
asked by 05.12.2017 / 01:23
1
answer

Error: [object HTMLInputElement]

How do I resolve the error: [object HTMLInputElement] The code should save the typed text in the field, and even giving F5 get saved, eg: same as the script for that site. function digGet(){ // Cria um item "usuario" com valor "Thiag...
asked by 07.12.2017 / 22:20
1
answer

Control return order of cURL

I'm doing a proxys checker by putting a list of proxys in textarea and the code returns me on the 1 by 1 screen below the other if they work or do not. You are almost all set, the only problem is that no matter what order the proxy...
asked by 10.07.2017 / 18:20
1
answer

Chat as php and ajax in real time [duplicate]

I have a chat file. In it are all the conversations of the users. I want when this file is modified without refreshing the page, the content shows the user. It is possible     
asked by 06.07.2017 / 20:35
1
answer

Help me understand

I use this script to send information to the JsonPlaceholder api. I would like to understand why the following excerpts: Why should I serialize before using stringify? var dados = $(this).serialize(); Why in success do I have to put the...
asked by 23.05.2018 / 16:27
1
answer

Change file content with ajax

Hello, first of all, I would like to clarify that I looked so much here in the stack, as in other sites something that answered my question, but I did not find it. My question is, how can I rewrite the contents of a JSON file from the server usi...
asked by 31.10.2017 / 18:37
1
answer

Conflict with this that I get in the function when I click, with this AJAX

How do I remove the variable conflict? I already tried to put in a variable the outside of it to not generate conflict with the aJAx THIS, even though it did not change anything!     
asked by 24.03.2018 / 20:39
1
answer

Refresh table with filter using jquery

Good morning I'm looking for solutions to a demand, but I only found in php . I am new to Jquery , Ajax ... I am trying to put the filter in my table to be dynamic as the user is typing data will appear, I searched a functi...
asked by 21.02.2017 / 15:34
2
answers

Datatables large data volume

I'm researching solutions to load a large volume of data on a page with Datatables and would like to know if Datatables already has some function in which it is requesting along the server portions of data through an offset? (via Ajax request)?...
asked by 01.02.2017 / 18:11