Questions tagged as 'ajax'

1
answer

Search engine Ajax Laravel

I have a query, how could I implement an ajax method so that the search engine will bring the data in the ID that is given to it (it should be noted that the one that brings the data and the search engine are on the same page, the view that load...
asked by 08.11.2018 / 02:08
2
answers

Failed PHP query using Jquery

I have a script in which a query is made using jquery, when executing it, it always gives me the error message. Js code: var request = $.ajax({ data: {nombre : document.getElementById("nombre").value, puntos : puntos}, url: "conexion.p...
asked by 08.11.2018 / 20:13
3
answers

Merge two $ (document) .on ('click' in one ajax

I have an ajax autocomplete script and I'm trying to merge two $(document).on('click' into one so that when you make a single click the two are copied at the same time in their corresponding fields but I do not get it possible? $(docume...
asked by 07.11.2018 / 18:01
0
answers

sweetAlert 2 with parameter delivery

Good I have this function of confirmation to delete a record as I can do it for at the moment of confirming to send a parameter of the form towards another php file to proceed to eliminate the registry obviously with ajax. Greetings function...
asked by 08.11.2018 / 18:48
1
answer

How do I pass the value of an input :: file by ajax from the view to a controller

I have a script which sends the information of the form to the controller, but when using the value of the input file I get that the value of that field is null "message": "Call to a member function store () on null " <script>...
asked by 14.11.2018 / 16:59
1
answer

How to save the data of a tags?

I'm doing a practice, I can not find how to take the values and then send them by ajax to the controller, I'm working with C # MVC, I have these tags now what I want is to save those tags in a variable but not as; this is the rest     
asked by 06.11.2018 / 07:07
0
answers

display data from a mysql query in input text

good morning I'm trying to make a type search engine by rut which consists of the user entering the rut and displaying the user's values in the input text of an example form: name: felipe, email: felipe @ gmail. com etc so far it works fine for...
asked by 05.11.2018 / 14:23
0
answers

Ajax does not connect to the php driver

I have a modal, in which I want to record data of a user. This file is called personal.php , which has its js called personal.js and it must be connected to a driver file, called personal.ajax.controller. php and does not send any parameter...
asked by 04.11.2018 / 20:36
1
answer

Problems with AJAX, JQUERY and JSON

I am new to AJAX and I have several problems. At this moment, I have a code to send data from a form by JQuery and with these, generate a query on the same page. This is the HTML code (although I have it as .PHP): <!DOCTYPE html>...
asked by 03.11.2018 / 15:53
0
answers

Javascript does not make changes to the HTML document

I would like to know the reason for the following problem: In a web application (JSP) I use javascript to make changes in the HTML and requests (AJAX) (GET method) to the server, the problem is that when I make the request to the Servlet, it...
asked by 02.11.2018 / 21:53