jquery .not or
Understanding jQuery .not() method
As a web developer, you might have come across a situation where you need to select all elements from a set of matched elements except those that match a specific selector. This is where jQuery .not() method comes in handy.
Syntax
$(selector).not(filter)
* selector: The