我在我的網頁中有一個expand/collapse
部分。展開/摺疊使用section
而不是div/table
完成。我的代碼是:展開/摺疊部分的顯示偏移座標
<section id="examples">
<text id = "ui-examples">
<p class="the-data">Of course you can add other text before, after, and around the elements described in the previous section.</p>
</text>
</section>
在加載頁面有發生的the-data
許多情況下,這樣的ui-examples
被加載不同的ID和相應的the-data
。我怎樣才能得到這些不同的text ids
來計算每個text
的offset
座標?
編輯格式
只是一個簡短的說明,如果有很多「examples」作爲ID的實例,那麼您應該使用類來代替。一個ID是一個HTML元素的唯一標識符。 –