jQuery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery :not() Selector

jQuery :not() Selector

 

 

The :not() selector is used to select all elements except the specified element. It is used with other selectors to select everything except the specified element in a group.

 

Syntax:-

 

Its syntax is:- $(":not(selector)");

 

Further Explanation:-

 

Parameter Description
selector Required. Specifies the element to not select.

Code Explanation

All Tutorials related to jQuery Selectors

All Sections related to jQuery