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.
私のように、コマンドーは、悪名高い強力なjQuery Sizzle CSSやその他すべてを使用して、「アクティブ」という名前のクラスを持たない要素をどのように選択できますか?セレクター?
私は試しました:
$('a[class!="active"]').etc();
しかし、それは適切な結果をもたらしません。
$('a:not(.active)')
動作するはずです
あなたも同様に機能します。テスト済み:http: //jsfiddle.net/UP6a7/