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/errorcontainer-demo.html

    r4565 r4587  
    77 
    88<link rel="stylesheet" type="text/css" media="screen" href="css/screen.css" /> 
     9 
    910<script src="../lib/jquery.js" type="text/javascript"></script> 
    10 <script src="js/cmxforms.js" type="text/javascript"></script> 
    1111<script src="../lib/jquery.metadata.js" type="text/javascript"></script> 
    12 <script src="../lib/jquery.delegate.js" type="text/javascript"></script> 
    1312<script src="../jquery.validate.js" type="text/javascript"></script> 
    1413 
     14<script src="js/cmxforms.js" type="text/javascript"></script> 
    1515<style type="text/css"> 
    1616.cmxform fieldset p.error label { color: red; }