Changeset 5564
- Timestamp:
- 05/12/08 11:14:59 (8 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/validate/todo (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/validate/todo
r5563 r5564 4 4 - checkout datejs.com for a proper date implementation -> complete but very heavy parser, currently overkill 5 5 6 - provide method to validate form/field without UI side-effects7 jQuery.fn.validForm = function() {8 var validator = this.validate();9 validator.prepareForm();10 var elements = validator.elements();11 for ( var i = 0; elements[i]; i++ ) {12 this.check( elements[i] );13 }14 return validator.valid();15 };16 17 6 - rewrite required-method to use jQuery's extended val() on selects[/radios/checkboxes] 18 7 - consider a field-validator object that encapsulates a single element and all methods working on it 19 8 - export API browser 20 - gather list of sites using the plugin (eg. newsweek.com)21 9 - add example/support for other URL schemes like svn://.... 22 10 - document min/max/range methods for checkboxes/selects
