In an event handler, where $(this)
is an element that matches a .myclass
how do I select all other .myclass
elements, except $(this)
?
In an event handler, where $(this)
is an element that matches a .myclass
how do I select all other .myclass
elements, except $(this)
?