Log In | Users | Register
Welcome, Registration, and other StartingPoints; Foswiki history & Wiki style; All the docs...
Edit | Attach | New | Raw | Diff | Print | Subscribe | Tools
You are here: System » JQueryPlugin » JQueryValidate

JQueryValidate

Homepage: http://bassistance.de/jquery-plugins/jquery-plugin-validation
Author(s): Joern Zaefferer
Version: 1.5.2

Very powerful client-side form validation framework (article).

Examples

%STARTSECTION{"init"}%
<script type="text/javascript">
(function($) {
  $(function() {
    $("#validateForm").validate();
  });
})(jQuery);
</script>
%ENDSECTION{"init"}%

First name:

Last name:

Date of birth:

spacer
This site is managed by the Center for Climate Systems Modeling (C2SM).
This site is powered by FoswikiCopyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding C2SM Wiki? Send feedback