Bug Tracker

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

validate: Rewrote custom selectors (:blank, :filled, :unchecked) with functions for compability with AIR

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/validate/todo

    r5247 r5563  
    22--- 
    33 
    4 re-write custom selectors as functions 
     4- checkout datejs.com for a proper date implementation -> complete but very heavy parser, currently overkill 
    55 
    6 - figure out how to deal with array like structures 
    7     - http://www.janepatrick.co.uk/admin/test/associative.php 
    8     - http://www.janepatrick.co.uk/admin/test/associative-select.php 
    9 - checkout datejs.com for a proper date implementation 
    106- provide method to validate form/field without UI side-effects 
    117jQuery.fn.validForm = function() {