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:

Topic revision: r2 - 05 May 2010 - 22:24:55 - AdminUser
 
  

McKeown Group Wiki

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 Foswiki? Send feedback