hossem

s

Jan 26th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function valueChanged()
  2. {
  3.     if($('.coupon_question').is(":checked"))  
  4.         $("#menus1").hide();
  5.     else
  6.         $("#menus1").show();
  7. }
Add Comment
Please, Sign In to add comment