Questions tagged as 'ajax'

1
answer

Google charts returns graphics before display div

I have a problem when making an ajax call like the following one. The graphic function (code) draws me a Google charts graphic. The problem is that the div id="chart" is in the response html of the ajax call. If the call of the graph is made bef...
asked by 10.10.2017 / 09:55
2
answers

Because when I run ajax, it takes a few seconds to perform the animations?

I have an ajax request, where I just sent some data and before that I have an animation, the problem is that before doing the ajax I want a load effect but it seems that as it is an asynchronous request it is executed first and finally it leaves...
asked by 09.10.2017 / 22:47
1
answer

Problems in searching some words in database

I have a course table that has 3067 records, create a search engine to filter by courses my problem is based when I put the word "anat" I get all the options (anatomy, human anatomy, clinical anatomy, ect), but when I place calculation, algebra...
asked by 17.10.2017 / 23:04
1
answer

Problem Validation Login PHP AJAX JS

I am developing a system to practice but I got a problem with the Login, since using a validation script through AJAX sending through the GET method a variale to a Switch and a conditional does not achieve the desired effect since when you click...
asked by 09.10.2017 / 04:46
1
answer

Uncaught ReferenceError: VerSolInfo is not defined at onload

Good afternoon, I am doing (rather, re-doing) a CRUD of information and it gives me the error of the title. I have on one side the view, with this in the body: <body onload="VerSolInfo()"> Then I have an ajax.js file with this func...
asked by 05.10.2017 / 18:47
1
answer

Send Email after Insert Codeigniter

I am saving the data you sent using a form through Ajax, the data is saved correctly, but it does not send the email, because it probably does not detect the values, I am passing the data to the model by means of an array, not if that is where t...
asked by 07.10.2017 / 16:41
1
answer

Dependent Combos in CakePHP 3.5

I am using ajax to be able to recharge a second combo dependent on the first and I can not get it to work. I enclose my code to see if you can help me. The view loads a script and it executes a controller action. Everything works correctly an...
asked by 24.10.2017 / 14:57
1
answer

Why do I get this error when sending JSON from AJAX to JAVA SPRING MVC?

Good, two days ago I'm going crazy with this problem. This object json sent as an example: {"listado": [{"pos":0,"idfact":30,"idprod":1,"idremito":29,"cant":1,"descripadic":"","precio":55,"subtotal":55},{"pos":1,"idfact":30,"idprod":...
asked by 30.09.2017 / 17:04
2
answers

Problem loading json data in a datatable

Good afternoon, please support, by inserting the data of a json in php to a datatable does not show me, I have validated and the data if they are loaded in the php but by pulling them to a datatable does not show them. my getjson.php code...
asked by 01.10.2017 / 21:14
1
answer

Ajax with relational entities Spring Boot

I'm working with Spring Boot, AJAX and jQuery. When I make a request and, in the controller, I return entities without relationships, it brings me the data correctly, but when I create binary relations or n-arias errors occur. In the browser...
asked by 30.09.2017 / 22:44