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-ajax/ http://www.nomadjourney.com/2009/01/using-django-templates-with-jquery-ajax/ http://bradmontgomery.blogspot.com/2008/11/simple-django-example-with-ajax.html ~Bernd On Apr 19, 11:42 am, Gath <[email protected]> wrote: > 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 data and sends > the results back to the calling javascript for display! > > I've seen this example in this > > http://groups.google.com/group/django-users/browse_thread/thread/b433... > > it uses JQuery but it refused to run "as is" on my view! > > Please help > > Gath --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

