> Pretty sure http://jquery.com/dev/svn/plugins/form/form.js is a newer > more general version of that script i could be wrong.
Jason, You're correct. The svn form plugin is the most current and probably the best bet for form processing. For those of you new to this list, a lot of work went into this plugin back in the Spring with the primary requirement being that it submit values EXACTLY as they would be submitted without javascript (including semantic ordering). It includes support for multi-select elements, optgroups, radio buttons, image submit elements, etc. In addition, it supports pre and post callback functions (and the pre-callback can be used to cancel the submit). If you haven't tried it out I encourage you to give it a look. You can find an example of it's usage here: http://malsup.com/jquery/form Mike _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
