prototype.js 相当于 jquery .after()
相当于以下代码的prototype.js是什么
jQuery('#txtId').after(divdata);
What is the prototype.js equivalent of following code
jQuery('#txtId').after(divdata);
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
http://www.prototypejs.org/api/element/insert
那么你使用插入 在您的情况下查看上面的链接,
它看起来像这样
http://www.prototypejs.org/api/element/insert
well you use insert look at the link above
in your case it would look like this
正在寻找这个,
参考
Are looking for this,
Ref
这作品死了吗?我不认为jquery中有像after这样的快捷方式。
Dies this work? I dont think there is a shortcut like after in jquery.