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.

#135401
CrocoDillon
Participant

`$(‘.it’).not($(this))` is the same as `$(‘.it’).not(this)` (the function accepts a DOM Element as well)