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.
現在のアイテムのインデックスを取得しようとしていますが、<p>何もありません。最初の要素のインデックスのみを取得します http://jsfiddle.net/T4uVG/7/
<p>
<p>要素のインデックスは次のように取得する必要があります。
$(this).parent().index();
sincethisは子<span>要素を参照します。
this
<span>
デモ: http://jsfiddle.net/T4uVG/8/