Dajax is an easy to use ajax library for django inspired in xajax.
Once installed you need to create ajax functions in your python code Ej:
You can call this function in your html code using (Ej): In Dajax-0.6 you can use this methods! Download: http://dajaxproject.googlecode.com/files/dajax-0.6.5.tar.gz Source: http://code.google.com/p/dajaxproject/ Related Listings:</a><a>def assign_test(request):
dajax = Dajax()
dajax.assign('#block01 li','innerHTML','Something else...')
return dajax</a>

No comments yet.
RSS feed for comments on this post. TrackBack URL