jQuery not() Yöntemi

not() Yöntemi;

Belirtilen seçici hariç tutularak işleminizi uygulamaya devam eder.

Örnek

 $("span").not(".w3tr").css("background-color", "red");

Codepen Ön izleme

Kullanım şekilleri;

.not( selector )

.not( function )

.not( selection )

.not( criteria )