yozhik wrote:
> hi all,
> 
> does anyone have a very simple example of how to use json and jquery
> to communicate between django and javascript. i'm trying to use
> $.getJSON but getting confused what parameters to provide to it. docs
> say
> getJSON(url,data,func). well, func is my javascript function which
> handles data from django. but I am mainly confused  about url.

`url` is the URL where jQuery will request the JSON data from.

It could be `/json/somefeed/` or whatever you have configured the URL of 
your Django view to in urls.py.

Regards,
Christian

-- 
Christian Joergensen
http://www.technobabble.dk

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

  • json yozhik
    • Re: json Pigletto
    • Re: json Christian Joergensen

Reply via email to