> > Does somebody know which AJAX is the best for Django - jQuery, JSON or > something similar (KSS not any more?). > So I can search for instructions. > > Best regards > Ogi
Neither jQuery nor JSON are AJAX. JSON is JavaScript Object notation -- the object type in JavaScript. If you're doing AJAX, you will certainly be using JSON or XML. jQuery is a library of JavaScript functionality that very nicely allows you to do the same thing in pretty much every browser type, without having to code for their peculiarities. You can do AJAX very well with jQuery -- it's something it does well. There are a couple of working examples in this thread: http://groups.google.com/group/django-users/browse_thread/thread/45ba4d8f0f71d8d6/ed1002002178633d Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.