Guest User

Untitled

a guest
Jun 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         $('.extendedStay').each(function() {
  2.             $(this).rules('add', {
  3.                 required: {
  4.                     depends: function(e) {
  5.                         return !$('.weekendStay').attr('checked');
  6.                     }
  7.                 }
  8.             })
  9.         });
Add Comment
Please, Sign In to add comment