[jQuery] Re: Stuck: with form validation + forms plugin w/ajax submit and forms options object

2007-05-10 Thread Jörn Zaefferer
[EMAIL PROTECTED] schrieb: While I love jQuery, I haven't used it for anything particularly complicated - I'm having a difficult time getting an ajax submitted form in to work with the form plugin and the validation plugin. I'm trying to use the validation plugin's submit handler method:

[jQuery] Re: Stuck: with form validation + forms plugin w/ajax submit and forms options object

2007-05-09 Thread Mike Alsup
, but I have no idea as to how to go about doing that. submitHandler: function(form) { $(form).ajaxSubmit(options); } seemed like the obvious solution, but that didn't work. Help would be That looks right. Do you have a url we can look at? Mike