Changes between Initial Version and Version 1 of Ticket #3516
- Timestamp:
- Oct 23, 2008, 5:11:17 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3516 – Description
initial v1 6 6 7 7 Surfing the web I try some like this: 8 8 {{{ 9 9 $('#bpwcForm').bind('invalid-form.validate', function(e, validator) 10 10 { … … 13 13 // more code to show message and field and tab positioning. 14 14 }); 15 15 }}} 16 16 If the value of the field have an error and I never focus the field, the submit is cancel·led but the invalid-form.validate function is not called. 17 17