> Is there an example of the correct implentation of preCallback with the
> forms plugin??

Sam,

If the form is getting submitted in a non-ajax fashion it is likely
due to a javascript error.  If you're running Firebug, try stepping
through your callback to see where the error occurs.  One thing that
looks suspicious is your use of ".value" on the jQuery object.  I
think you want ".val()" there instead.

You can see an example of the callbacks in action here:

http://malsup.com/jquery/form

Mike

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to