gpt4 book ai didi

javascript - 分机 : how to move element in DOM

转载 作者:行者123 更新时间:2023-11-30 05:59:00 26 4
gpt4 key购买 nike

在 Ext 中有没有一个很好的方法来移动 DOM 中的元素?我想将元素“iShouldBeInsideTheBox”移动到“box”元素内,然后返回到两个 p 元素之间的原始位置:

<p>
surrounding text
</p>
<p id="iShouldBeInsideTheBox">
This should be inside the box
</p>
<p>
surrounding text
</p>
<p id="box">
Some content in the box
</p>

我在 jQuery 中用了四行代码( fiddle :http://jsfiddle.net/F2PXw/19/),但我想不出在 Ext(或纯 JS,如果可靠的话)中做到这一点的简单方法。

最佳答案

你想要什么版本??

分机 4.0.7: http://jsfiddle.net/mohammad_erdin/cdLPA/

但是,应该在旧版本中工作...
永远不要尝试:)

还有一件事:
请仔细看,Ext.getExt.query
的区别Ext.get

中没有 # 字符

关于javascript - 分机 : how to move element in DOM,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10004246/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com