Steve Blades schrieb:
Ok, I've kind of hacked around it. Maybe adding prePost and onFailure options that can map to functions(form), so that you could run a script prior to the actual submit event, or something in the event of the form being invalid.
How about these?
- beforeSubmit: called before the validation starts
- success: called when the form is valid
- submitHandler: replaces the default submit, handler must do an ajaxSubmit or whatever

-- Jörn

Reply via email to