我如何正确使用appendTo和insertBefore
使用追加按钮,我将元素添加到同一个类中。 我想要附加元素下方的附加按钮和删除按钮, 但是当我使用 insertBefore 时,切换功能仅切换按钮的可见性。
你可以在这里看看我的意思;
单击添加框并开始附加
http://www.jsfiddle.net/myd3k/
将appendTo 替换为insertBefore 并切换可见性。
提前致谢
With the append button i add elements to the same class.
I want the append button and delete button beneath the appended elements,
but when i use insertBefore, the Toggle function only toggles the buttons visibility.
You can check out what i mean here;
click add a box and start appending
http://www.jsfiddle.net/myd3k/
replace appendTo with inserBefore and toggle the visibility.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
prependTo
http://www.jsfiddle.net/myd3k/1 /
You can use
prependTo
http://www.jsfiddle.net/myd3k/1/