Skip to content

Instantly share code, notes, and snippets.

@morshedalam
Created January 18, 2014 06:38
Show Gist options
  • Save morshedalam/ef52fb3019a7b478e08c to your computer and use it in GitHub Desktop.
Save morshedalam/ef52fb3019a7b478e08c to your computer and use it in GitHub Desktop.
$( '.basic-filter-options input[type="checkbox"]' ).click(function(e){
$('.basic-filter-options input[type="checkbox"]').filter(':checked').not(this).removeAttr('checked');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment