Questions tagged as 'ajax'

1
answer

How to make an ajax call using jquery to a PHP function that is inside a class?

I'm trying to make an ajax call, to a PHP function that is inside a class, the php file is called GAlumnos.php, so far I'm still failing.Help !!! ] 1     
asked by 03.02.2018 / 15:40
0
answers

Problems loading a Select

For some time now I have been presented with this problem in a registration form that I am doing, I am trying to fill several select dependent of each example: Country-> State-> city I'm doing with Jquery $(document).ready(function(){...
asked by 30.01.2018 / 15:31
1
answer

Is it possible to update data without having to reload the page?

Well, in a few words I bring data by AJAX and at the same time I create and remove data from the page as the user interacts with it. The problem is that I am trying to segment data but this has become too problematic since I do not know i...
asked by 29.01.2018 / 16:39
1
answer

xhr status 0 ajax

I have a script where I use ajax that does not go into success $.ajax({ data: parametros, url: '../gestionUsuario/insertUsuario.php', type: 'post', success: function(response) { alert("hola success"); if (resp...
asked by 12.02.2018 / 18:44
0
answers

Disappearance of array data returned with ajax

Hello, I have a vector with objects (PHP classes) when I'm going to return it for ajax. This appears empty, I call the class in the main view and when I'm going to insert them, the fact is that if I see the vector before returning it is correct,...
asked by 06.02.2018 / 09:14
1
answer

How to incorporate values from the database into a js?

Good morning, it's my first time working with ajax and I would like to know how I can make a variable in JS take values from the database This is my code in PHP to make the call of the data of the database <?php $host = "localh...
asked by 30.01.2018 / 16:22
1
answer

Search in different mysql table fields

I happen to be implementing a search engine, but I want it to be searched by entering different values, I mean, I have a table that has 3 fields student_name, student_and student_name, what I want is that when entering a number display field val...
asked by 30.01.2018 / 18:06
0
answers

How to show a pug plate

Using ajax request the template to the nodejs server. And show it with the head and the body. To replace the previous ones The ajax request is already made. just do not replace the head of a web page already rendered.     
asked by 25.01.2018 / 17:11
1
answer

Problem with Vegas js and database

I have a problem with the plugin Vegas.js , when calling my images from the database, I can not see them, they do not appear in the plugin, but I do a console.log and I copy the text in the plugin if appear, this is my code: $.get...
asked by 25.01.2018 / 17:47
3
answers

Load data in a footable javaScript

Friends I am having the following inconvenience, I try to load the data in a footable, I try to do it in the following way and it does not work for me: $("#status").change(function () { var respuesta=new String();...
asked by 25.01.2018 / 17:00