Bug Tracker

Changeset 5564

Show
Ignore:
Timestamp:
05/12/08 11:14:59 (8 months ago)
Author:
joern.zaefferer
Message:

validation: todo list updated

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/validate/todo

    r5563 r5564  
    44- checkout datejs.com for a proper date implementation -> complete but very heavy parser, currently overkill 
    55 
    6 - provide method to validate form/field without UI side-effects 
    7 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  
    176- rewrite required-method to use jQuery's extended val() on selects[/radios/checkboxes] 
    187- consider a field-validator object that encapsulates a single element and all methods working on it 
    198- export API browser 
    20 - gather list of sites using the plugin (eg. newsweek.com) 
    219- add example/support for other URL schemes like svn://.... 
    2210- document min/max/range methods for checkboxes/selects