Changeset 3948 for trunk/plugins/validate/changelog.txt
- Timestamp:
- 11/27/07 17:29:55 (1 year ago)
- Files:
-
- 1 modified
-
trunk/plugins/validate/changelog.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/validate/changelog.txt
r3870 r3948 8 8 * Added marketo-demo (thanks Glen Lipka!) 9 9 * 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 10 12 * Fixed String.format to jQuery.format (moving into jQuery namespace) 11 13 * 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/ 12 14 * Fixed accept method to accept both upper and lowercase extensions 15 * Changed debug-mode console log to warn level 13 16 14 17 1.1.1 … … 31 34 32 35 * Added validation on blur, keyup and click (for checkboxes and radiobutton). Replaces event-option. 33 * fixed resetForm34 * fixed custom-methods-demo36 * Fixed resetForm 37 * Fixed custom-methods-demo 35 38 36 39 1.0
