0
我有一個這樣的名單:jQuery選擇器|複雜的選擇
<div class="cloned"><a rel="test" href="" title=""></a></div>
<div><a rel="test" href="" title=""></a></div>
<div><a rel="test" href="" title=""></a></div>
<div><a rel="test" href="" title=""></a></div>
<div class="cloned"><a rel="test" href="" title=""></a></div>
我想使用jQuery選擇所有<a>
與rel=test
排除所有<a>
是克隆的DIV類中。這樣
$("div:not(.cloned) a[rel=test]")
東西謝謝
我看不出有什麼問題。 – kennytm 2010-10-18 11:42:28