イベントが発生した iframe を含む div の jquery index() 位置を取得しようとしています。すべて同じドメインにあります。
<div class="seBox">
<div class="editBox">
<input type="hidden" id="textarea1___Config" style="display:none">
<iframe id="textarea1___Frame" src="/3rdparty/fckeditor/editor/fckeditor.html?InstanceName=textarea1&Toolbar=SimpleToolbar" width="100%" height="200" frameborder="0" scrolling="no" style="margin: 0px; padding: 0px; border: 0px; background-color: transparent; background-image: none; width: 100%; height: 200px;"></iframe>
<textarea name="textarea1" class="field-style seItem-input" cols="45" style="display: none;"></textarea>
</div>
</div>
現時点では、機能しないイベント関数のコードは次のようになります。
alert($(this, window.parent.document).closest('.seBox').index());
どんな助けでも大歓迎です!