Bug Tracker

Show
Ignore:
Timestamp:
11/27/07 17:29:55 (1 year ago)
Author:
joern.zaefferer
Message:

Added highlight and unhighlight options, by default toggles errorClass on element, allows custom highlighting; Fixed error container to hide when all elements are valid, not only on form submit

Files:
1 modified

Legend:

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

    r3870 r3948  
    88* Added marketo-demo (thanks Glen Lipka!) 
    99* Added support for ajax-validation, see method "remote" 
     10* Added highlight and unhighlight options, by default toggles errorClass on element, allows custom highlighting 
     11* Fixed error container to hide when all elements are valid, not only on form submit 
    1012* Fixed String.format to jQuery.format (moving into jQuery namespace) 
    1113* Improved URL and email methods (now blacklisting illegal characters to make them much more versatile when dealing with unicode characters, like http://www.føtex.dk/ 
    1214* Fixed accept method to accept both upper and lowercase extensions 
     15* Changed debug-mode console log to warn level 
    1316 
    14171.1.1 
     
    3134 
    3235* Added validation on blur, keyup and click (for checkboxes and radiobutton). Replaces event-option. 
    33 * fixed resetForm 
    34 * fixed custom-methods-demo 
     36* Fixed resetForm 
     37* Fixed custom-methods-demo 
    3538 
    36391.0