2009/12/4 Philippe Clérié <[email protected]>:
> Are you using a library or did you code it yourself? What would be a good
> library to start with?

jQuery does it very handy:

$("#elementID").load("http://your_url/for/the/data",{'var':value,'var2',value});

this simply does an HTTP query (with some parameters, maybe you don't
need it), and replaces the HTML element with id="elementID" with
whatever came from that query.  just write a view that generates that
HTML fragment, and you're set.

-- 
Javier

--

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.


Reply via email to