<div id="top">
<span id="innter"></span> Here may have a lot of different div, span
</div>
我想要做的是用另一個div元素包圍span。jquery,在div中包裹一個元素
所以它看起來像這樣:
<div id="top">
<div id="wrapper">
<span id="innter"></span>
</div
</div>
什麼是做到這一點的最好方法是什麼? 我發現wrapAll()很有用,但不知道如何在#top中包含所有元素。
我用wrapInner做到了。 – user469652
事實上,我很粗心,並沒有看到「在#top內包含所有元素」。 – atma