Skip to content

Instantly share code, notes, and snippets.

@cohitre
Forked from anonymous/gist:700801
Created November 15, 2010 19:16
Show Gist options
  • Select an option

  • Save cohitre/700804 to your computer and use it in GitHub Desktop.

Select an option

Save cohitre/700804 to your computer and use it in GitHub Desktop.
$(".wizard-categories, .wizard-category-sets").click(function() {
$(".wizard-categories, .wizard-category-sets").find(":checkbox").attr('disabled','disabled');
$(this).find(":checkbox").removeAttr('disabled');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment