Advertisement
Guest User

Untitled

a guest
Mar 6th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('.enableSelects').click(function(){
  2.     $('select').each(function() {
  3.         this.disabled = !this.disabled;
  4.     });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement