Questions tagged as 'ajax'

0
answers

jQuery dataTable sAjaxSource - Show error while doing search

At great cost, I was able to find ajax code for loading tables. It was necessary because there are more than 5 thousand records. This is appearing error when doing the search:    DataTables warning (table id = 'table-schedule'): DataTables...
asked by 10.11.2015 / 15:32
0
answers

Problem connecting Construct 2 to the server via AJAX and XML

Good night, I'm a beginner in the game creation part, and I'm trying to learn how to create the communication between the game and the server, but using Construct 2, I'm in trouble because it seems the game is not looking information on the serv...
asked by 11.10.2015 / 04:13
2
answers

POST in Ajax arrives with null data in ActionResult of MVC5

I have a function in AJAX that is the click event of a button where I get all the checkbox that are checked and get the values of each one and play in an array like this: $("#btnDropMessageSents").click(function (e) { var id...
asked by 10.10.2015 / 18:49
1
answer

Paste Value reCaptcha Google Ajax

I am registering a form with Ajax, how do I implement the use of reCaptcha? <input type="text" name="email" id="email" class="form-control" placeholder="Email" required> <div class="g-recaptcha" data-sitekey="bla,bla,bla"></div&...
asked by 05.11.2015 / 17:18
0
answers

FancyBox and Ajax

Good afternoon, guys. I'm having trouble with FancyBox here and wanted to see if anyone else has already managed to do this. I have a PHP script that takes 3 POST variables (latitude, longitude and precision) to generate a map with Google Map...
asked by 09.11.2015 / 23:03
0
answers

Ajax or Jquery: transition between external pages

Hi everyone! I'm having a problem with my site, but I could not solve it in any way using the English OS, let alone the tutorials from other sites. My home page has two buttons that lead to the subsequent pages (pag1 and pag2, for example)...
asked by 10.11.2015 / 01:07
2
answers

AJAX with synchronization error

Talk, guys, cool? I have a annoying problem, and since I had never used AJAX in my life I think the problem is me :( Basically it's like this, I have a GET that returns me the following JSON: { "result": 1, "content": [ { "PessoaId...
asked by 22.10.2015 / 20:37
0
answers

Access multidimensional array AJAX

Basically I have to get the information in the bank and play on the screen, so I wanted to make a screen only with "Ratings" and that, clicking on any button, will show me the training. But I am not sure how to access the array "Trainings" (He...
asked by 15.10.2015 / 17:49
0
answers

How to pass the value of the @Html.DropDownList to the controller?

I have a modal register that I get 2 values, I use an AJAX to save the information, however the value of @Html.DropDownList does not go to my Controller, the strange is the value of the Description arrives in the controller. <div clas...
asked by 03.10.2015 / 01:36
1
answer

jQuery AJAX transforming into link

How do I link the result to my jQuery AJAX database? function carregaRoteiro(){ var roteiroHTML=""; $.ajax({ url: path + "RoteiroAula", type: "GET", async: false, crossDomain: true, dataType: 'json', success: fu...
asked by 28.09.2015 / 17:02