Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $('#p1').click(function () {
  2. $('#b1').iCheck('uncheck');;
  3. });
  4.  
  5. $('#p2').click(function () {
  6. $('#b2').iCheck('uncheck');;
  7. });
  8.  
  9. $('#p3').click(function () {
  10. $('#b3').iCheck('uncheck');;
  11. });
  12.  
  13. $('#p1, #p2, #p3 ').click(function () {
  14. $('#b1, #b2, #b3').iCheck('uncheck');;
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement