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.
したがって、私のコードは次のように生成されます(クリックすると、現在のクラスにアクティブなクラスが追加されます):
<div> <a href="#"></a> <a href="#"></a> <a href="#" class="active"></a> <a href="#"></a> ... </div>
タグインデックスをアクティブにするにはどうすればよいですか?
あなたが使用することができます.index():
.index()
$("a.active").index()
jsFiddleの例:http://jsfiddle.net/dvirazulay/V25un/