Take a look at this example: Here.
I'm currently attempting to eliminate a hover effect when clicked, and after researching, it seems that most people recommend using jquerys .removeClass()
to accomplish this.
Unfortunately, I've tried assigning the class or ID to my selector, but nothing seems to be working.
What am I missing here?
Thank you in advance.