I'm not totally sure how the event system works, but couldn't you attach another function to the forms submit event? like this:

$('#form').validate().submit(function(){
  // do stuff
});

This is just a shot in the dark, I don't really know that much about the inner workings of _javascript_ events.

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

Reply via email to