Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Change all elements BUT the one clicked Jquery. Re: Change all elements BUT the one clicked Jquery.

#135373
Alen
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/