[Tutor] How can I see properly my korean.

Kent Johnson kent37 at tds.net
Thu May 31 16:33:58 CEST 2007


Young-gyu Park wrote:

> Do you have anything which you want to let me know, when I develop the 
> ajax application by Django?

Well, it's off topic for this list, and I don't really want to be a 
JavaScript / AJAX tutor, but I will say that it is easy to serve JSON 
directly from a Django view and using jQuery on the client side makes it 
easy to fetch the data with XmlHttpRequest.

Here are some starting points:
http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django
http://www.djangosnippets.org/snippets/154/
http://docs.jquery.com/Ajax#.24.getJSON.28_url.2C_params.2C_callback_.29

Kent


More information about the Tutor mailing list