Questions tagged as 'ajax'

2
answers

Send ID from jQuery to a page to make an INQUIRY

I try to explain, since it is something I had never done before: Attempt: when opening a modal, I take out an "id" (the one of the client) Now, I try to send that "id" to the same page that had made the action, I put the code here:...
asked by 13.09.2018 / 20:37
0
answers

Show data immediately php

Maybe my query is something trivial but still I can not find an answer. What I want to get isq php, print the results once you have finished each process and do not wait until the entire script is loaded. The request is being sent in Ajax...
asked by 08.09.2018 / 19:14
1
answer

Capture empty JSON and avoid error

I have an AJAX order, which is executed when loading the ticket page, but when entering the first time there are no articles in the session. How is the exception Requested JSON parse failed avoided? $(document).ready(function() {...
asked by 08.09.2018 / 21:05
0
answers

Error making an UPDATE from PHP with Ajax

I try to do an "edit" clients, but it does not work at all. Is it possible that it is because the form , I get it by PHP in a query? I will explain my code: First of all: The form , comes from a query, by clicking...
asked by 08.09.2018 / 18:22
1
answer

Spring Boot with CKEditor and Ajax

My problem seems to be simple but I can not make it work as I would like. Since I want to register the value of a rich text. The form only has a rich text using CKEditor and a button to register. <!DOCTYPE html> <html lang="en" xm...
asked by 05.09.2018 / 10:45
0
answers

A circular reference was detected while serializing an object of type 'System.Reflection.RuntimeModule'. MVC

When I save some data in the BD, this error comes back to me    A circular reference was detected while serializing an object of type   'System.Reflection.RuntimeModule'. It is through an Ajax petition $.ajax({ type: 'POST',...
asked by 02.09.2018 / 01:18
0
answers

How to submit to a jsp from a modal window?

I have the following method in my controller that retrieves data from a query that I have in other methods @RequestMapping(value= "/obtenerDatos") public void obtener(HttpServletRequest, HttpServletResponse, Model model){ Object attribute...
asked by 12.09.2018 / 07:34
0
answers

Reportlab + ajax generate pdf in Django

I have a problem when generating a pdf in django, I send the data of a template by ajax to the function that the pdf generates, but when I finish processing the data and build the basic pdf it does not send me the pdf. This is my views cla...
asked by 31.08.2018 / 23:24
1
answer

Load select dependents in Dropdown in update with Codeigniter

Good day, it turns out that I want a page of data update in which I load dependent select with jQuery and Ajax (which I already have it preconfigured in another page where I do it as a new record ~ and the information is load of the db). I sh...
asked by 02.09.2018 / 05:39
1
answer

error 400 bad request in Ajax with admin_ajax from wordpress

It turns out that I'm doing a Wordpress plugin in which I need to make an AJAX for the file "admin_ajax.php" of Wordpress, but when I send the request, the client gives me the error 400 (bad request) and I do not understand why what reason...
asked by 29.08.2018 / 18:39