[jQuery] Form plugin: possible to alter the form after a submit?
I'm using the form plugin and want do to things with the form doing
the ajax submit, after the submit has happened. Unlike the option
"before:", "after:" doesn't seem to pass the jQuery object. Any way
around this?
Simplified example using ajaxForm() :
var options = {
after: function(data){
$(data).insertBefore("THE FORM");
};
$("form.severalForms").ajaxForm(options);
Thanks,
Anders
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/