0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
Re: Add this code to header [CODE] <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js?ver=3.3'></script> <script type="text/javascript"> /* <![CDATA[ */ jQuery(function(){ jQuery("checkbox").validate({ expression: "if (isChecked(SelfID)) return true; else return false;", message: "Please check all checkboxs" }); }); /* ]]> */ </script>[/CODE] it should work ! |
The End.