如何将元素之前的所有 div 移到元素之后?
我在 jQuery 中选择了一个 div,它前面有 div。我想选择所有这些,将它们复制到所选 div 后面,然后从原始位置删除它们。
I have a div that I've selected in jQuery and it has div's preceding it. I want to select all of them, copy them to AFTER the selected div and delete them from their original location.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将选定的 div 移动到其他 div 的前面不是更容易吗?
Would it not be easier to move the selected div to the front of the others?