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:...
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...
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() {...
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...
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...
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',...
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...
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...
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...
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...