Changes between Version 30 and Version 31 of AJAX
- Timestamp:
- Apr 14, 2008, 6:29:42 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AJAX
v30 v31 3 3 In case you're watching this page, I suggest taking this to the mailing list, as the Wiki isn't exactly a discussion venue. It's available on Google Groups: http://groups.google.com/group/django-users/ -- there are already a few good threads on AJAX support. Django already provides serializers to JSON and XML; Django allows you to easily pick your own JS toolkit. 4 4 5 Somebody said this link: http://www.kelvinism.com/tech-blog/simple-ajax-django/ 5 == Resources == 6 6 7 Another similar link (but more indepth) is http://www.willarson.com/blog/?p=36 8 9 Reusing forms to do AJAX validation: http://toys.jacobian.org/presentations/2007/oscon/tutorial/#s67 7 * Somebody said this link: http://www.kelvinism.com/tech-blog/simple-ajax-django/ 8 * Another similar link (but more indepth) is http://www.willarson.com/blog/?p=36 9 * Reusing forms to do AJAX validation: http://toys.jacobian.org/presentations/2007/oscon/tutorial/#s67 10 * Doing server-side form validation with Dojo: (old-school style): [wiki:AJAX/Dojo/RefactoredFormSubmit]