Re: How to use JSON on my application

2009-04-19 Thread Brot
Hello, there are a lot of good blog posts out there http://www.b-list.org/weblog/2006/jul/31/django-tips-simple-ajax-example-part-1/ http://www.b-list.org/weblog/2006/aug/05/django-tips-simple-ajax-example-part-2/ http://www.eflorenzano.com/blog/post/flojax-unobtrusive-and-easy-strategy-creating

How to use JSON on my application

2009-04-19 Thread Gath
All, Is there a comprehensive example of how to use JSON on my view and javascript on my html template? The scenario is, i want to get some data from a input text field in the template and onChange of that field, i call a javascript function that sends data via json to my view, which process the