Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. jQuery('#edit-field-hobby-und .form-checkbox').click(function(){
  2. jQuery("#edit-field-hobby-und .form-checkbox").each(function(){
  3. jQuery(this).attr('disabled',true);
  4.  
  5. });
  6. jQuery(this).removeAttr('disabled','disabled')
  7. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement