Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ajquery では、 classと classを持たないすべてのタグをどのように選択できますかB。
A
B
使用できます:not():
:not()
$(':not(.A.B)')
クラス A とクラス B の両方を持たないすべての要素を選択します。