hjg
2024-07-09 30304784e82d4bba24121328da8eb8490aec4f4f
提交 | 用户 | 时间
58d006 1 1.11.1 / 2013-03-22
A 2 ==================
3
4   * Revert to also converting parameters of range method to numbers. Closes gh-702
5   * Replace most usage of PHP with mockjax handlers. Do some demo cleanup as well, update to newer masked-input plugin. Keep captcha demo in PHP. Fixes #662
6   * Remove inline code highlighting from milk demo. View source works fine.
7   * Fix dynamic-totals demo by trimming whitespace from template content before passing to jQuery constructor
8   * Fix min/max validation. Closes gh-666. Fixes #648
9   * Fixed 'messages' coming up as a rule and causing an exception after being updated through rules("add"). Closes gh-670, fixes #624
10   * Add Korean (ko) localization. Closes gh-671
11   * Improved the UK postcode method to filter out more invalid postcodes. Closes #682
12   * Update messages_sv.js. Closes #683
13   * Change grunt link to the project website. Closes #684
14   * Move remote method down the list to run last, after all other methods applied to a field. Fixes #679
15   * Update plugin.json description, should include the word 'validate'
16   * Fix typos
17   * Fix jQuery loader to use path of itself. Fixes nested demos.
18   * Update grunt-contrib-qunit to make use of PhantomJS 1.8, when installed through node module 'phantomjs'
19   * Make valid() return a boolean instead of 0 or 1. Fixes #109 - valid() does not return boolean value
20
21 1.11.0 / 2013-02-04
22 ==================
23
24   * Remove clearing as numbers of `min`, `max` and `range` rules. Fixes #455. Closes gh-528.
25   * Update pre-existing labels - fixes #430 closes gh-436
26   * Fix $.validator.format to avoid group interpolation, where at least IE8/9 replaces -bash with the match. Fixes #614
27   * Fix mimetype regex
28   * Add plugin manifest and update headers to just MIT license, drop unnecessary dual-licensing (like jQuery).
29   * Hebrew messages: Removed dots at end of sentences - Fixes gh-568
30   * French translation for require_from_group validation. Fixes gh-573.
31   * Allow groups to be an array or a string - Fixes #479
32   * Removed spaces with multiple MIME types
33   * Fix some date validations, JS syntax errors.
34   * Remove support for metadata plugin, replace with data-rule- and data-msg- (added in 907467e8) properties.
35   * Added sftp as a valid url-pattern
36   * Add Malay (my) localization
37   * Update localization/messages_hu.js
38   * Remove focusin/focusout polyfill. Fixes #542 - Inclusion of jquery.validate interfers with focusin and focusout events in IE9
39   * Localization: Fixed typo in finnish translation
40   * Fix RTM demo to show invalid icon when going from valid back to invalid
41   * Fixed premature return in remote function which prevented ajax call from being made in case an input was entered too quickly. Ensures remote validation always validates the newest value.
42   * Undo fix for #244. Fixes #521 - E-mail validation fires immediately when text is in the field.
43
44 1.10.0 / 2012-09-07
45 ===================
46
47   * Corrected French strings for nowhitespace, phoneUS, phoneUK and mobileUK based upon community feedback.
48   * rename files for language_REGION according to the standard ISO_3166-1 (http://en.wikipedia.org/wiki/ISO_3166-1), for Taiwan tha language is Chinese (zh) and the region is Taiwan (TW)
49   * Optimise RegEx patterns, especially for UK phone numbers.
50   * Add Language Name for each file, rename the language code according to the standard ISO 639 for Estonian, Georgian, Ukrainian and Chinese (http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
51   * Added croatian (HR) localization
52   * Existing French translations were edited and French translations for the additional methods were added.
53   * Merged in changes for specifying custom error messages in data attributes
54   * Updated UK Mobile phone number regex for new numbers. Fixes #154
55   * Add element to success call with test. Fixes #60
56   * Fixed regex for time additional method. Fixes #131
57   * resetForm now clears old previousValue on form elements. Fixes #312
58   * Added checkbox test to require_from_group and changed require_from_group to use elementValue. Fixes #359
59   * Fixed dataFilter response issues in jQuery 1.5.2+. Fixes #405
60   * Added jQuery Mobile demo. Fixes #249
61   * Deoptimize findByName for correctness. Fixes #82 - $.validator.prototype.findByName breaks in IE7
62   * Added US zip code support and test. Fixes #90
63   * Changed lastElement to lastActive in keyup, skip validation on tab or empty element. Fixes #244
64   * Removed number stripping from stripHtml. Fixes #2
65   * Fixed invalid count on invalid to valid remote validation. Fixes #286
66   * Add link to file_input to demo index
67   * Moved old accept method to extension additional-method, added new accept method to handle standard browser mimetype filtering. Fixes #287 and supersedes #369
68   * Disables blur event when onfocusout is set to false. Test added.
69   * Fixed value issue for radio buttons and checkboxes. Fixes #363
70   * Added test for rangeWords and fixed regex and bounds in method. Fixes #308
71   * Fixed TinyMCE Demo and added link on demo page. Fixes #382
72   * Changed localization message for min/max. Fixes #273
73   * Added pseudo selector for text input types to fix issue with default empty type attribute. Added tests and some test markup. Fixes #217
74   * Fixed delegate bug for dynamic-totals demo. Fixes #51
75   * Fix incorrect message for alphanumeric validator
76   * Removed incorrect false check on required attribute
77   * required attribute fix for non-html5 browsers. Fixes #301
78   * Added methods "require_from_group" and "skip_or_fill_minimum"
79   * Use correct iso code for swedish
80   * Updated demo HTML files to use HTML5 doctype
81   * Fixed regex issue for decimals without leading zeroes. Added new methods test. Fixes #41
82   * Introduce a elementValue method that normalizes only string values (don't touch array value of multi-select). Fixes #116
83   * Support for dynamically added submit buttons, and updated test case. Uses validateDelegate. Code from PR #9
84   * Fix bad double quote in test fixtures
85   * Fix maxWords method to include the upper bound, not exclude it. Fixes #284
86   * Fixed grammar error in german range validator message. Fixes #315
87   * Fixed handling of multiple class names for errorClass option. Test by Max Lynch. Fixes #280
88   * Fix jQuery.format usage, should be $.validator.format. Fixes #329
89   * Methods for 'all' UK phone numbers + UK postcodes
90   * Pattern method: Convert string param to RegExp. Fixes issue #223
91   * grammar error in german localization file
92   * Added Estonian localization for messages
93   * Improve tooltip handling on themerollered demo
94   * Add type="text" to input fields without type attribute to please qSA
95   * Update themerollered demo to use tooltip to show errors as overlay.
96   * Update themerollered demo to use latest jQuery UI (along with newer jQuery version). Move code around to speed up page load.
97   * Fixed min error message broken in Japanese.
98   * Update form plugin to latest version. Enhance the ajaxSubmit demo.
99   * Drop dateDE and numberDE methods from classRuleSettings, leftover from moving those to localized methods
100   * Passing submit event to submitHandler callback
101   * Fixed #219 - Fix valid() on elements with dependency-callback or dependency-expression.
102   * Improve build to remove dist dir to ensure only the current release gets zipped up
103
104 1.9.0
105 ---
106 * Added Basque (EU) localization
107 * Added Slovenian (SL) localization
108 * Fixed issue #127 - Finnish translations has one : instead of ;
109 * Fixed Russian localization, minor syntax issue
110 * Added in support for HTML5 input types, fixes #97
111 * Improved HTML5 support by setting novalidate attribute on the form, and reading the type attribute.
112 * Fixed showLabel() removing all classes from error element. Remove only settings.validClass. Fixes #151.
113 * Added 'pattern' to additional-methods to validate against arbitrary regular expressions.
114 * Improved email method to not allow the dot at the end (valid by RFC, but unwanted here). Fixes #143
115 * Fixed swedish and norwegian translations, min/max messages got switched. Fixes #181
116 * Fixed #184 - resetForm: should unset lastElement
117 * Fixed #71 - improve existing time method and add time12h method for 12h am/pm time format
118 * Fixed #177 - Fix validation of a single radio or checkbox input
119 * Fixed #189 - :hidden elements are now ignored by default
120 * Fixed #194 - Required as attribute fails if jQuery>=1.6 - Use .prop instead of .attr
121 * Fixed #47, #39, #32 - Allowed credit card numbers to contain spaces as well as dashes (spaces are commonly input by users).
122
123 1.8.1
124 ---
125 * Added Thai (TH) localization, fixes #85
126 * Added Vietnamese (VI) localization, thanks Ngoc
127 * Fixed issue #78. Error/Valid styling applies to all radio buttons of same group for required validation.
128 * Don't use form.elements as that isn't supported in jQuery 1.6 anymore. Its buggy as hell anyway (IE6-8: form.elements === form).
129
130 1.8.0
131 ---
132 * Improved NL localization (http://plugins.jquery.com/node/14120)
133 * Added Georgian (GE) localization, thanks Avtandil Kikabidze
134 * Added Serbian (SR) localization, thanks Aleksandar Milovac
135 * Added ipv4 and ipv6 to additional methods, thanks Natal Ngétal
136 * Added Japanese (JA) localization, thanks Bryan Meyerovich
137 * Added Catalan (CA) localization, thanks Xavier de Pedro
138 * Fixed missing var statements within for-in loops
139 * Fix for remote validation, where a formatted message got messed up (https://github.com/jzaefferer/jquery-validation/issues/11)
140 * Bugfixes for compatibility with jQuery 1.5.1, while maintaining backwards-compatibility
141
142 1.7
143 ---
144 * Added Lithuanian (LT) localization
145 * Added Greek (EL) localization (http://plugins.jquery.com/node/12319)
146 * Added Latvian (LV) localization (http://plugins.jquery.com/node/12349)
147 * Added Hebrew (HE) localization (http://plugins.jquery.com/node/12039)
148 * Fixed Spanish (ES) localization (http://plugins.jquery.com/node/12696)
149 * Added jQuery UI themerolled demo
150 * Removed cmxform.js
151 * Fixed four missing semicolons (http://plugins.jquery.com/node/12639)
152 * Renamed phone-method in additional-methods.js to phoneUS
153 * Added phoneUK and mobileUK methods to additional-methods.js (http://plugins.jquery.com/node/12359)
154 * Deep extend options to avoid modifying multiple forms when using the rules-method on a single element (http://plugins.jquery.com/node/12411)
155 * Bugfixes for compatibility with jQuery 1.4.2, while maintaining backwards-compatibility
156
157 1.6
158 ---
159 * Added Arabic (AR), Portuguese (PTPT), Persian (FA), Finnish (FI) and Bulgarian (BR) localization
160 * Updated Swedish (SE) localization (some missing html iso characters)
161 * Fixed $.validator.addMethod to properly handle empty string vs. undefined for the message argument
162 * Fixed two accidental global variables
163 * Enhanced min/max/rangeWords (in additional-methods.js) to strip html before counting; good when counting words in a richtext editor
164 * Added localized methods for DE, NL and PT, removing the dateDE and numberDE methods (use messages_de.js and methods_de.js with date and number methods instead)
165 * Fixed remote form submit synchronization, kudos to Matas Petrikas
166 * Improved interactive select validation, now validating also on click (via option or select, inconsistent across browsers); doesn't work in Safari, which doesn't trigger a click event at all on select elements; fixes http://plugins.jquery.com/node/11520
167 * Updated to latest form plugin (2.36), fixing http://plugins.jquery.com/node/11487
168 * Bind to blur event for equalTo target to revalidate when that target changes, fixes http://plugins.jquery.com/node/11450
169 * Simplified select validation, delegating to jQuery's val() method to get the select value; should fix http://plugins.jquery.com/node/11239
170 * Fixed default message for digits (http://plugins.jquery.com/node/9853)
171 * Fixed issue with cached remote message (http://plugins.jquery.com/node/11029 and http://plugins.jquery.com/node/9351)
172 * Fixed a missing semicolon in additional-methods.js (http://plugins.jquery.com/node/9233)
173 * Added automatic detection of substitution parameters in messages, removing the need to provide format functions (http://plugins.jquery.com/node/11195)
174 * Fixed an issue with :filled/:blank somewhat caused by Sizzle (http://plugins.jquery.com/node/11144)
175 * Added an integer method to additional-methods.js (http://plugins.jquery.com/node/9612)
176 * Fixed errorsFor method where the for-attribute contains characters that need escaping to be valid inside a selector (http://plugins.jquery.com/node/9611)
177
178 1.5.5
179 ---
180 * Fix for http://plugins.jquery.com/node/8659
181 * Fixed trailing comma in messages_cs.js
182
183 1.5.4
184 ---
185 * Fixed remote method bug (http://plugins.jquery.com/node/8658)
186
187 1.5.3
188 ---
189 * Fixed a bug related to the wrapper-option, where all ancestor-elements that matched the wrapper-option where selected (http://plugins.jquery.com/node/7624)
190 * Updated multipart demo to use latest jQuery UI accordion
191 * Added dateNL and time methods to additionalMethods.js
192 * Added Traditional Chinese (Taiwan, tw) and Kazakhstan (KK) localization
193 * Moved jQuery.format (formerly String.format) to jQuery.validator.format, jQuery.format is deprecated and will be removed in 1.6 (see http://code.google.com/p/jquery-utils/issues/detail?id=15 for details)
194 * Cleaned up messages_pl.js and messages_ptbr.js (still defined messages for max/min/rangeValue, which were removed in 1.4)
195 * Fixed flawed boolean logic in valid-plugin-method for multiple elements; now all elements need to be valid for a boolean-true result (http://plugins.jquery.com/node/8481)
196 * Enhancement $.validator.addMethod: An undefined third message-argument won't overwrite an existing message (http://plugins.jquery.com/node/8443)
197 * Enhancement to submitHandler option: When used, click events on submit buttons are captured and the submitting button is inserted into the form before calling submitHandler, and removed afterwards; keeps submit buttons intact (http://plugins.jquery.com/node/7183#comment-3585)
198 * Added option validClass, default "valid", which adds that class to all valid elements, after validation (http://dev.jquery.com/ticket/2205)
199 * Added creditcardtypes method to additionalMethods.js, including tests (via http://dev.jquery.com/ticket/3635)
200 * Improved remote method to allow serverside message as a string, or true for valid, or false for invalid using the clientside defined message (http://dev.jquery.com/ticket/3807)
201 * Improved accept method to also accept a Drupal-style comma-seperated list of values (http://plugins.jquery.com/node/8580)
202
203 1.5.2
204 ---
205 * Fixed messages in additional-methods.js for maxWords, minWords, and rangeWords to include call to $.format
206 * Fixed value passed to methods to exclude carriage return (\r), same as jQuery's val() does
207 * Added slovak (sk) localization
208 * Added demo for integration with jQuery UI tabs
209 * Added selects-grouping example to tabs demo (see second tab, birthdate field)
210
211 1.5.1
212 ---
213 * Updated marketo demo to use invalidHandler option instead of binding invalid-form event
214 * Added TinyMCE integration example
215 * Added ukrainian (ua) localization
216 * Fixed length validation to work with trimmed value (regression from 1.5 where general trimming before validation was removed)
217 * Various small fixes for compatibility with both 1.2.6 and 1.3
218
219 1.5
220 ---
221 * Improved basic demo, validating confirm-password field after password changed
222 * Fixed basic validation to pass the untrimmed input value as the first parameter to validation methods, changed required accordingly; breaks existing custom method that rely on the trimming
223 * Added norwegian (no), italian (it), hungarian (hu) and romanian (ro) localization
224 * Fixed #3195: Two flaws in swedish localization
225 * Fixed #3503: Extended rules("add") to accept messages property: use to specify add custom messages to an element via rules("add", { messages: { required: "Required! " } });
226 * Fixed #3356: Regression from #2908 when using meta-option
227 * Fixed #3370: Added ignoreTitle option, set to skip reading messages from the title attribute, helps to avoid issues with Google Toolbar; default is false for compatibility
228 * Fixed #3516: Trigger invalid-form event even when remote validation is involved
229 * Added invalidHandler option as a shortcut to bind("invalid-form", function() {})
230 * Fixed Safari issue for loading indicator in ajaxSubmit-integration-demo (append to body first, then hide)
231 * Added test for creditcard validation and improved default message
232 * Enhanced remote validation, accepting options to passthrough to $.ajax as parameter (either url string or options, including url property plus everything else that $.ajax supports)
233
234 1.4
235 ---
236 * Fixed #2931, validate elements in document order and ignore type=image inputs
237 * Fixed usage of $ and jQuery variables, now fully compatible with all variations of noConflict usage
238 * Implemented #2908, enabling custom messages via metadata ala class="{required:true,messages:{required:'required field'}}", added demo/custom-messages-metadata-demo.html
239 * Removed deprecated methods minValue (min), maxValue (max), rangeValue (rangevalue), minLength (minlength), maxLength (maxlength), rangeLength (rangelength)
240 * Fixed #2215 regression: Call unhighlight only for current elements, not everything
241 * Implemented #2989, enabling image button to cancel validation
242 * Fixed issue where IE incorrectly validates against maxlength=0
243 * Added czech (cs) localization
244 * Reset validator.submitted on validator.resetForm(), enabling a full reset when necessary
245 * Fixed #3035, skipping all falsy attributes when reading rules (0, undefined, empty string), removed part of the maxlength workaround (for 0)
246 * Added dutch (nl) localization (#3201)
247
248 1.3
249 ---
250 * Fixed invalid-form event, now only triggered when form is invalid
251 * Added spanish (es), russian (ru), portuguese brazilian (ptbr), turkish (tr), and polish (pl) localization
252 * Added removeAttrs plugin to facilitate adding and removing multiple attributes
253 * Added groups option to display a single message for multiple elements, via groups: { arbitraryGroupName: "fieldName1 fieldName2[, fieldNameN" }
254 * Enhanced rules() for adding and removing (static) rules: rules("add", "method1[, methodN]"/{method1:param[, method_n:param]}) and rules("remove"[, "method1[, method_n]")
255 * Enhanced rules-option, accepts space-seperated string-list of methods, eg. {birthdate: "required date"}
256 * Fixed checkbox group validation with inline rules: As long as the rules are specified on the first element, the group is now properly validated on click
257 * Fixed #2473, ignoring all rules with an explicit parameter of boolean-false, eg. required:false is the same as not specifying required at all (it was handled as required:true so far)
258 * Fixed #2424, with a modified patch from #2473: Methods returning a dependency-mismatch don't stop other rules from being evaluated anymore; still, success isn't applied for optional fields
259 * Fixed url and email validation to not use trimmed values
260 * Fixed creditcard validation to accept only digits and dashes ("asdf" is not a valid creditcard number)
261 * Allow both button and input elements for cancel buttons (via class="cancel")
262 * Fixed #2215: Fixed message display to call unhighlight as part of showing and hiding messages, no more visual side-effects while checking an element and extracted validator.checkForm to validate a form without UI sideeffects
263 * Rewrote custom selectors (:blank, :filled, :unchecked) with functions for compatibility with AIR
264
265 1.2.1
266 -----
267
268 * Bundled delegate plugin with validate plugin - its always required anyway
269 * Improved remote validation to include parts from the ajaxQueue plugin for proper synchronization (no additional plugin necessary)
270 * Fixed stopRequest to prevent pendingRequest < 0
271 * 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
272 * Fixed optional-methods to not highlight anything at all if the field is blank, that is, don't trigger success
273 * Allow false/null for highlight/unhighlight options instead of forcing a do-nothing-callback even when nothing needs to be highlighted
274 * Fixed validate() call with no elements selected, returning undefined instead of throwing an error
275 * Improved demo, replacing metadata with classes/attributes for specifying rules
276 * Fixed error when no custom message is used for remote validation
277 * Modified email and url validation to require domain label and top label
278 * Fixed url and email validation to require TLD (actually to require domain label); 1.2 version (TLD is optional) is moved to additions as url2 and email2
279 * Fixed dynamic-totals demo in IE6/7 and improved templating, using textarea to store multiline template and string interpolation
280 * Added login form example with "Email password" link that makes the password field optional
281 * Enhanced dynamic-totals demo with an example of a single message for two fields
282
283 1.2
284 ---
285
286 * Added AJAX-captcha validation example (based on http://psyrens.com/captcha/)
287 * Added remember-the-milk-demo (thanks RTM team for the permission!)
288 * Added marketo-demo (thanks Glen Lipka!)
289 * Added support for ajax-validation, see method "remote"; serverside returns JSON, true for valid elements, false or a String for invalid, String is used as message
290 * Added highlight and unhighlight options, by default toggles errorClass on element, allows custom highlighting
291 * Added valid() plugin method for easy programmatic checking of forms and fields without the need to use the validator API
292 * Added rules() plugin method to read and write rules for an element (currently read only)
293 * Replaced regex for email method, thanks to the contribution by Scott Gonzalez, see http://projects.scottsplayground.com/email_address_validation/
294 * Restructured event architecture to rely solely on delegation, both improving performance, and ease-of-use for the developer (requires jquery.delegate.js)
295 * Moved documentation from inline to http://docs.jquery.com/Plugins/Validation - including interactive examples for all methods
296 * Removed validator.refresh(), validation is now completely dynamic
297 * Renamed minValue to min, maxValue to max and rangeValue to range, deprecating the previous names (to be removed in 1.3)
298 * Renamed minLength to minlength, maxLength to maxlength and rangeLength to rangelength, deprecating the previous names (to be removed in 1.3)
299 * Added feature to merge min + max into and range and minlength + maxlength into rangelength
300 * Added support for dynamic rule parameters, allowing to specify a function as a parameter eg. for minlength, called when validating the element
301 * Allow to specify null or an empty string as a message to display nothing (see marketo demo)
302 * Rules overhaul: Now supports combination of rules-option, metadata, classes (new) and attributes (new), see rules() for details
303
304 1.1.2
305 ---
306
307 * Replaced regex for URL method, thanks to the contribution by Scott Gonzalez, see http://projects.scottsplayground.com/iri/
308 * Improved email method to better handle unicode characters
309 * Fixed error container to hide when all elements are valid, not only on form submit
310 * Fixed String.format to jQuery.format (moving into jQuery namespace)
311 * Fixed accept method to accept both upper and lowercase extensions
312 * 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)
313 * Changed debug-mode console log from "error" to "warn" level
314
315 1.1.1
316 -----
317
318 * Fixed invalid XHTML, preventing error label creation in IE since jQuery 1.1.4
319 * Fixed and improved String.format: Global search & replace, better handling of array arguments
320 * Fixed cancel-button handling to use validator-object for storing state instead of form element
321 * Fixed name selectors to handle "complex" names, eg. containing brackets ("list[]")
322 * Added button and disabled elements to exclude from validation
323 * Moved element event handlers to refresh to be able to add handlers to new elements
324 * Fixed email validation to allow long top level domains (eg. ".travel")
325 * Moved showErrors() from valid() to form()
326 * Added validator.size(): returns the number of current errors
327 * Call submitHandler with validator as scope for easier access of it's methods, eg. to find error labels using errorsFor(Element)
328 * Compatible with jQuery 1.1.x and 1.2.x
329
330 1.1
331 ---
332
333 * Added validation on blur, keyup and click (for checkboxes and radiobutton). Replaces event-option.
334 * Fixed resetForm
335 * Fixed custom-methods-demo
336
337 1.0
338 ---
339
340 * Improved number and numberDE methods to check for correct decimal numbers with delimiters
341 * Only elements that have rules are checked (otherwise success-option is applied to all elements)
342 * Added creditcard number method (thanks to Brian Klug)
343 * Added ignore-option, eg. ignore: "[@type=hidden]", using that expression to exclude elements to validate. Default: none, though submit and reset buttons are always ignored
344 * Heavily enhanced Functions-as-messages by providing a flexible String.format helper
345 * Accept Functions as messages, providing runtime-custom-messages
346 * Fixed exclusion of elements without rules from successList
347 * Fixed custom-method-demo, replaced the alert with message displaying the number of errors
348 * Fixed form-submit-prevention when using submitHandler
349 * Completely removed dependency on element IDs, though they are still used (when present) to link error labels to inputs. Achieved by using
350   an array with {name, message, element} instead of an object with id:message pairs for the internal errorList.
351 * Added support for specifying simple rules as simple strings, eg. "required" is equivalent to {required: true}
352 * Added feature: Add errorClass to invalid field�s parent element, making it easy to style the label/field container or the label for the field.
353 * Added feature: focusCleanup - If enabled, removes the errorClass from the invalid elements and hides all errors messages whenever the element is focused.
354 * Added success option to show the a field was validated successfully
355 * Fixed Opera select-issue (avoiding a attribute-collision)
356 * Fixed problems with focussing hidden elements in IE
357 * Added feature to skip validation for submit buttons with class "cancel"
358 * Fixed potential issues with Google Toolbar by preferring plugin option messages over title attribute
359 * submitHandler is only called when an actual submit event was handled, validator.form() returns false only for invalid forms
360 * Invalid elements are now focused only on submit or via validator.focusInvalid(), avoiding all trouble with focus-on-blur
361 * IE6 error container layout issue is solved
362 * Customize error element via errorElement option
363 * Added validator.refresh() to find new inputs in the form
364 * Added accept validation method, checks file extensions
365 * Improved dependency feature by adding two custom expressions: ":blank" to select elements with an empty value and �:filled� to select elements with a value, both excluding whitespace
366 * Added a resetForm() method to the validator: Resets each form element (using the form plugin, if available), removes classes on invalid elements and hides all error messages
367 * Fixed docs for validator.showErrors()
368 * Fixed error label creation to always use html() instead of text(), allowing arbitrary HTML passed in as messages
369 * Fixed error label creation to use specified error class
370 * Added dependency feature: The requires method accepts both String (jQuery expressions) and Functions as the argument
371 * Heavily improved customizing of error message display: Use normal messages and show/hide an additional container; Completely replace message display with own mechanism (while being able to delegate to the default handler; Customize placing of generated labels (instead of default below-element)
372 * Fixed two major bugs in IE (error containers) and Opera (metadata)
373 * Modified validation methods to accept empty fields as valid (exception: of course �required� and also �equalTo� methods)
374 * Renamed "min" to "minLength", "max" to "maxLength", "length" to "rangeLength"
375 * Added "minValue", "maxValue" and "rangeValue"
376 * Streamlined API for support of different events. The default, submit, can be disabled. If any event is specified, that is applied to each element (instead of the entire form). Combining keyup-validation with submit-validation is now extremely easy to setup
377 * Added support for one-message-per-rule when defining messages via plugin settings
378 * Added support to wrap metadata in some parent element. Useful when metadata is used for other plugins, too.
379 * Refactored tests and demos: Less files, better demos
380 * Improved documentation: More examples for methods, more reference texts explaining some basics