Hello,
The situation is that I have a div to which I want to dynamically load
forms for update create etc of my models.
I use generic forms.
And the problem is that when I use javascript with jQuery :
key is already defined:
$("#div_nontetn").load("/model/"+ key + "/update/", {object_id: key},
function(){ });
It doesnt render the site in which is form to fill but automaticaly
submits empty form and redirect to object_detal.
What am I doing wrong ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---