Bug Tracker

Show
Ignore:
Timestamp:
12/11/07 15:13:47 (1 year ago)
Author:
joern.zaefferer
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/validate/changelog.txt

    r4088 r4105  
    1010* Added highlight and unhighlight options, by default toggles errorClass on element, allows custom highlighting 
    1111* Added valid() plugin method for easy programmatic checking of forms and fields without the need to use the validator API 
     12 
     131.1.2 
     14--- 
     15 
    1216* Replaced regex for URL method, thanks to the contribution by Scott Gonzalez, see http://projects.scottsplayground.com/iri/ 
     17* Improved email method to better handle unicode characters 
    1318* Fixed error container to hide when all elements are valid, not only on form submit 
    1419* Fixed String.format to jQuery.format (moving into jQuery namespace) 
    15 * Improved email method to better handle unicode characters 
    1620* Fixed accept method to accept both upper and lowercase extensions 
     21* Fixed validate() plugin method to create only one validator instance for a given form and always return that one instance (avoids binding events multiple times) 
    1722* Changed debug-mode console log from "error" to "warn" level 
    18 * Fixed validate() plugin method to create only one validator instance for a given form and always return that one instance (avoids binding events multiple times) 
    1923 
    20241.1.1