Home › Forums › CSS › Change all elements BUT the one clicked Jquery. › Re: Change all elements BUT the one clicked Jquery.
May 16, 2013 at 10:07 pm
#135373
Participant
Something like this: http://codepen.io/anon/pen/shlrb
And do not ever use `*` to select items (this select EVERYTHING). With JavaScript you want to be really specific.
Free jQuery course: https://tutsplus.com/course/30-days-to-learn-jquery/