Changeset 4040 for trunk/plugins/validate/changelog.txt
- Timestamp:
- 12/06/07 15:36:17 (1 year ago)
- Files:
-
- 1 modified
-
trunk/plugins/validate/changelog.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/validate/changelog.txt
r3948 r4040 9 9 * Added support for ajax-validation, see method "remote" 10 10 * Added highlight and unhighlight options, by default toggles errorClass on element, allows custom highlighting 11 * Added valid() plugin method for easy programmatic checking of forms and fields without the need to use the validator API 12 * Replaced regex for URL method, thanks to the contribution by Scott Gonzales, see http://www.scottsplayground.com/temp/iri/common.htm 11 13 * Fixed error container to hide when all elements are valid, not only on form submit 12 14 * Fixed String.format to jQuery.format (moving into jQuery namespace) 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/15 * Improved email method to better handle unicode characters 14 16 * Fixed accept method to accept both upper and lowercase extensions 15 * Changed debug-mode console log to warn level 17 * 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) 16 19 17 20 1.1.1
