Guest User

Untitled

a guest
Nov 17th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <input type="text" data-rule-minlength="2" />
  2.  
  3. rules:{
  4. campo1: {
  5. required: function(){
  6. return $('#check1').prop('checked');
  7. }
  8. }
  9. }
Add Comment
Please, Sign In to add comment