[jQuery] Validation plugin 1.0 alpha 2

[jQuery] Validation plugin 1.0 alpha 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">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi folks,
thanks again for the feedback on the alpha 1 release! It helped a lot
to push some more improvements:
<a class="moz-txt-link-freetext" href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">http://bassistance.de/jquery-plugins/jquery-plugin-validation/</a>
Some notable changes:
<ul>
<li>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</li>
<li>Added support for one-message-per-rule when defining messages via
plugin settings</li>
<li>Removed id-requirement: If an element has no id, it is generated
by combining the form’s id with the element’s name</li>
<li>Added support to wrap metadata in some parent element. Useful
when metadata is used for other plugins, too.</li>
<li>Refactored tests and demos: Less files, better demos</li>
<li>Improved documentation: More examples for methods, more reference
texts explaining some basics</li>
</ul>
I think almost all of the things that Aaron Heimlich proposed are
covered... thanks Aaron!
The "bug" in IE was merely a problem of the testsuite and is now
solved. There are still two problems in Opera which I could both track
down but not yet solve.
The new demos show some of the new features, checkout the second form
on the first page:
<a class="moz-txt-link-freetext" href="http://jquery.bassistance.de/validate/demo-test/validate-demo.html">http://jquery.bassistance.de/validate/demo-test/validate-demo.html</a>
Again, I'd appreciate your feedback!
On that line:
Could someone please test on Safari? Start with the testsuite:
<a class="moz-txt-link-freetext" href="http://jquery.bassistance.de/validate/demo-test/ValidationTest.html">http://jquery.bassistance.de/validate/demo-test/ValidationTest.html</a>
I'm also interested in examples of some great form validation setups.
This one (<a class="moz-txt-link-freetext" href="http://rememberthemilk.com/signup/">http://rememberthemilk.com/signup/</a>) was a great inspiration,
if you know of any other good examples, let me know them!
<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/