Bug Tracker

Show
Ignore:
Timestamp:
12/08/07 22:54:06 (1 year ago)
Author:
scott.gonzalez
Message:

Updated URL validation based on http://projects.scottsplayground.com/iri/.

Files:
1 modified

Legend:

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

    r4040 r4088  
    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 * Replaced regex for URL method, thanks to the contribution by Scott Gonzales, see http://www.scottsplayground.com/temp/iri/common.htm 
     12* Replaced regex for URL method, thanks to the contribution by Scott Gonzalez, see http://projects.scottsplayground.com/iri/ 
    1313* Fixed error container to hide when all elements are valid, not only on form submit 
    1414* Fixed String.format to jQuery.format (moving into jQuery namespace)