Skip to content

Instantly share code, notes, and snippets.

@tonysaffo
Last active October 2, 2018 13:21
Show Gist options
  • Select an option

  • Save tonysaffo/cab85cee7e1997e3b40cc9c53d01cc4f to your computer and use it in GitHub Desktop.

Select an option

Save tonysaffo/cab85cee7e1997e3b40cc9c53d01cc4f to your computer and use it in GitHub Desktop.
$('.rating-block .item').click(function(){
$(this).toggleClass('selected').siblings('.item').removeClass('selected');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment