Questions tagged as 'ajax'

0
answers

Footsteps AJAX LARAVEL 5.4

Greetings, I am presenting a difficulty using ajax in Laravel 5.4 , jQuery v3.2.1 and Bootstrap v3.3.7 to bring information. I have done the following: In the File web.php the route was created: Route::resou...
asked by 29.01.2018 / 18:35
1
answer

Error generating document with jQuery

I am trying to generate a document in the following way: I have an ajax and the answer that should come in html code I want to recreate it in a separate window and print it: $.ajax( { type: "POST", async: false, url: "in...
asked by 29.01.2018 / 17:11
0
answers

Error "DataTable warning: table id = tableID - Ajax error"

I'm working with DataTable and Ajax, I have an error that says:    DataTable warning: table id = tableID - Ajax error. For more information about this error I do not print the data in PHP, I do not return anything, I want to clarify that...
asked by 20.01.2018 / 17:12
1
answer

Uncaught TypeError: $ .ajax is not a function at HTMLDocument.initial

When I start this error appears    Uncaught TypeError: $ .ajax is not a function at HTMLDocument.initialize $(document).ready(iniciar) function iniciar(){ $.ajax({ type:"POST", url:"../modelos/sucursales.php", succ...
asked by 22.01.2018 / 00:51
3
answers

Insert array post php mysql

Good day forum. I have a form where I send call two input number where its name property called an array <input type='number' class='form-control' name='cantidad[]' id='cantidad[]' value='"+cantidad+"' taking into account that the a...
asked by 17.01.2018 / 17:02
1
answer

Autocomplete field with jQuery, Ajax and PHP

Greetings, I have a DAO.php where I declare the functions that make the requests to the BD, this function in particular: function select_all_unis(){ $tecla_pulsada = $_POST['service']; $sql = "SELECT * FROM dumies WHERE studies...
asked by 17.01.2018 / 10:40
1
answer

How can I handle an event for the Scrollbar and No for the Mouse

Here I have an error in the code, I can not get it to run; to help me, you can execute it directly from the executor of this question and see what errors are coming out of me. After it is executed correctly, I would need to manipulate the Scroll...
asked by 15.01.2018 / 20:33
0
answers

Display grouped query data in Hightchars

I want to be able to show on a Highcharts chart the result of the following query with Json: process_combustible3.php $MES_ACTA3 = $_POST['MES_ACTA3']; $ANO_ACTA3 = $_POST['ANO_ACTA3']; $resultado7 = []; $query= "SELECT PLACA, SUM(VALO...
asked by 24.01.2018 / 14:34
2
answers

Load an image while running an Ajax

Good, I have a POST sending through Ajax and while I am loading the div I write a waiting phrase, however I want to upload it for an image (a gif if possible). What would be the easiest way to do it? Thanks $.ajax({ data: {lat...
asked by 24.01.2018 / 13:24
2
answers

Is there a way to load asynchronous html content?

I'm doing a web application, in cocreto I do a 5 step wizard but too many fields, but the file has already spread a lot and it takes a long time to load, the .js are already asynchronous, but the html is making it late in loading a lot. Is there...
asked by 10.01.2018 / 01:22