django jquery-form .load() if form errors
问题 I am loading a form to a popup div using the jquery.load() function and so far it is working nicely. What i would like to add is when the form is submitted with errors it will load the error mark up form back into the popup div instead of redirecting to the actual form page, which it is currently doing. Someone recommended that I use jquery-form which i think would work perfectly. I just don't know how to implement it. here is the .load() function: $(document).ready(function(){ $(".create")