Changeset 4105 for trunk/plugins/validate/changelog.txt
- Timestamp:
- 12/11/07 15:13:47 (1 year ago)
- Files:
-
- 1 modified
-
trunk/plugins/validate/changelog.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/validate/changelog.txt
r4088 r4105 10 10 * Added highlight and unhighlight options, by default toggles errorClass on element, allows custom highlighting 11 11 * Added valid() plugin method for easy programmatic checking of forms and fields without the need to use the validator API 12 13 1.1.2 14 --- 15 12 16 * 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 13 18 * Fixed error container to hide when all elements are valid, not only on form submit 14 19 * Fixed String.format to jQuery.format (moving into jQuery namespace) 15 * Improved email method to better handle unicode characters16 20 * 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) 17 22 * 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)19 23 20 24 1.1.1
