Last active
October 2, 2018 13:21
-
-
Save tonysaffo/cab85cee7e1997e3b40cc9c53d01cc4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('.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