[Answer]-Using Jquery in Django model formsets

0👍

$(document).ready(function()
    $(#mygt).click(function() 
         $.post or $.ajax

Those should start you out.

1👍

have a look at django-dajax and django-dajaxice for super-easy to use ajax libraries:
examples:
http://www.dajaxproject.com/dajaxice/
http://www.dajaxproject.com/multiply/

Leave a comment