Back

.not( selector )

Remove elements from the current set that match a new selector

Params

selector{Selector}A selector expression to match elements against

Returns

DollarJS (reduced set)

Examples

$('p').not('.foo')