在Ext中有一个很好的方法来移动DOM中的元素吗?我想在'box'元素中移动元素'iShouldBeInsideTheBox',然后返回到两个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(小提琴:http://jsfiddle.net/F2PXw/19/)来做这件事,但我想不出在Ext(或纯JS如果它可靠)中这样做的简单方法。
答案 0 :(得分:1)
你想要什么版本?
分机4.0.7: http://jsfiddle.net/mohammad_erdin/cdLPA/
但是,应该使用旧版本...
永远不要尝试:))
还有一件事:
请仔细查看Ext.get
和Ext.query
之间的差异
#
Ext.get
个字符