[jQuery] Release: Validation plugin beta 2
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
The validation plugin beta 2 is out! If you are already working with
it: A update is recommended. If not, and you need client-side
validation (pure or mixed with AJAX requests), check it out:
<a class="moz-txt-link-freetext" href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">http://bassistance.de/jquery-plugins/jquery-plugin-validation/</a>
Recent changes:
<ul>
<li>Improved dependecy 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</li>
<li>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</li>
<li>Fixed docs for validator.showErrors()</li>
<li>Fixed error label creation to always use html() instead of
text(), allowing arbitrary HTML passed in as messages</li>
<li>Fixed error label creation to use specified error class</li>
</ul>
Have fun!
<pre class="moz-signature" cols="72">--
Jörn Zaefferer
<a class="moz-txt-link-freetext" href="http://bassistance.de">http://bassistance.de</a></pre>
</body>
</html>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/