JQueryValidate

%JQPLUGINS{"validate" format=" Homepage: $homepage
Author(s): $author
Version: $version " }%

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

Examples

%JQREQUIRE{"validate"}% %JQREQUIRE{"maskedinput"}% %ADDTOZONE{"body" topic="JQueryValidate" section="init" requires="JQUERYPLUGIN::VALIDATE, JQUERYPLUGIN::MASKEDINPUT"}%

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

First name:

Last name:

Date of birth:

Topic revision: r2 - 2010-02-20 - 07:59:58 - AdminUser
 
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 STALklubben? Send feedback