私は以下のhtml構造を持っています:
<td title="Test Info - Displays another Web page on this Web page. The other Web page is presented in an IFrame." class="ms-WPHeaderTd" id="WebPartTitleWPQ2">
<h3 class="ms-standardheader ms-WPTitle" style="width: 778px; text-align: justify; overflow: hidden; text-overflow: ellipsis;" name="MSOFixedWidthTitle" fixedWidth="800px">
<nobr>
<span>
Text - I want this text
<span id="WebPartCaptionWPQ2"/>
td
そして、次のようにして、 with id of: の下にあるスパンのテキスト値を取得しようとしていますWebPartTitleWPQ2
:
var spans = $("#WebPartTitleWPQ2").children("span")
SOspans.length
は常に 0 です。
私は何を間違っていますか?
編集
やっている
$("#WebPartTitleWPQ2").find("span").text()
2 つの値が返されますが、どちらもblank