Questions tagged as 'ajax'

1
answer

Get html element of an AJAX request with JSONP

I am making a request with ajax and javascript, the answer of this request is a complete html page, of this answer I need to obtain the value of an element <input type="hidden" name="key_solicitud" value="este es el valor que deseo obtener...
asked by 05.12.2018 / 00:12
0
answers

Send data by AJAX and return it by JSON

I'm trying to make a routine where the user enters a validation code and the moment he gives in sending; send what the user wrote, make a query to the database and there make a tour of the information to return it. This is something I've trie...
asked by 04.12.2018 / 22:40
1
answer

AJAX function with VUE

I would like to know in what way the following code can be done but with VUE, I would like to venture into this new technology but I do not have much knowledge about it then I would like to pass the next ajax call but with VUE, I have already lo...
asked by 03.12.2018 / 17:29
2
answers

PHP IF if two conditions are met search

I'm doing a search engine, with 3 variables, these are with Ajax but I can not get the result of joining two of them. I pass the code to see if you can give me a hand, thank you very much. <?php require("php/db.php"); ///////// parametros q...
asked by 03.12.2018 / 17:38
1
answer

Problems when querying Data with jQuery.DataTables ()

I am working with jquery.DataTables () in an Mvc application with Asp.Net I have implemented the data query through ajax, but I have an error and I can not find where it is, since according to the documentation the name of the action result t...
asked by 03.12.2018 / 16:16
0
answers

Show jquery data in html

The truth gives me a bit of embarrassment ... because I have no idea I'm just curious and I follow tutorials ... hehehehe The thing is that I consume data from a third-party API, and I want to paint the data in an HTML ... but it does not sho...
asked by 01.12.2018 / 17:25
1
answer

get the name of the id by clicking on a div

I was wondering how to make the name of a div id saved in a variable and then show the value of this variable with an alert, this dynamically, only with javascript.     
asked by 02.12.2018 / 02:37
0
answers

Error 419 (unknown status) in POST request with Ajax

According to what I have read, I have a security problem with the token. I try placing this: $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); In my header I find this: <!--...
asked by 02.12.2018 / 01:31
2
answers
0
answers

Multiple functional ajax

I have an ajax, and with this I get some data which I use to consult the second ajax, the thing is that in the second ajax I organize some data and I must receive them in the first ajax to continue concatenating, but I only receive one undefined...
asked by 03.12.2018 / 20:52