Re: [jQuery] Another update for form.js

2006-10-25 Thread Mike Alsup
Just a quick FYI... I made one last minor update to form.js today to ensure compatibility with jQuery 1.0 and 1.0.1. Mike ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Another update for form.js

2006-10-24 Thread Jörn Zaefferer
Hi Mike! before: Callback method to be invoked before the form is submitted. default value: null after:Callback method to be invoked after the form has been successfully submitted. default value: null Could you add some documentation about the parameters for

Re: [jQuery] Another update for form.js

2006-10-24 Thread Mike Alsup
Could you add some documentation about the parameters for those callbacks? Hi Jörn, The inline docs have more details about the callback args. I only posted the bit that itemized the available options. Thanks. Mike ___ jQuery mailing list

[jQuery] Another update for form.js

2006-10-23 Thread Mike Alsup
I just checked in some more changes to the form plugin. The methods were reworked to use the standard plugin style for specifying options. The signatures for ajaxSubmit and ajaxForm now take just a single argument which is an object literal. Here are the details from the docs: