Bug Tracker

Show
Ignore:
Timestamp:
02/01/08 23:30:06 (1 year ago)
Author:
joern.zaefferer
Message:

* Bundled delegeate plugin with validate plugin - its always required anyway
* Added jQuery.validator.autoCreateRanges property, defaults to false, enable to convert min/max to range and minlength/maxlength to rangelength; this basically fixes the issue introduced by automatically creating ranges in 1.2
* Fixed optional-methods to not highlight anything at all if the field is blank, that is, don't trigger success
* Fixed url and email validation to require TLD (actually to require domain label); 1.2 version (TLD is optional) is moved to additionals as url2 and email2
* Fixed dynamic-totals demo in IE6/7 and improved templating, using textarea to store multiline template and string interpolation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/validate/demo/captcha/index.php

    r4565 r4587  
    2222 <meta name="keywords" content="AJAX,JHR,PHP,CAPTCHA,download,PHP CAPTCHA,AJAX CAPTCHA,AJAX PHP CAPTCHA,download AJAX CAPTCHA,download AJAX PHP CAPTCHA" /> 
    2323 <meta name="description" content="An AJAX CAPTCHA script, written in PHP" /> 
     24  
    2425 <script type="text/javascript" src="../../lib/jquery.js"></script> 
    25  <script type="text/javascript" src="../../lib/jquery.delegate.js"></script> 
    2626 <script type="text/javascript" src="../../jquery.validate.js"></script> 
    2727 <script type="text/javascript" src="captcha.js"></script> 
     28  
    2829 <link rel="stylesheet" type="text/css" href="style.css" /> 
    2930 <style type="text/css">