javascript – jquery中的insertAdjacentHtml

前端之家收集整理的这篇文章主要介绍了javascript – jquery中的insertAdjacentHtml前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
由于某些原因在FF中使用insertAdjacent Html函数我得到insertAdjacentHTMl不是函数错误,在jQuery或其他一些替代javascript函数中是否有替代?

解决方法

jquery使用各种函数来实现这个目的:

阅读:
http://api.jquery.com/insertAfter/
http://api.jquery.com/append/
http://api.jquery.com/appendTo/
http://api.jquery.com/prepend/
@L_301_5@
… 和更多

以及jQuery Manipulation API文档中的更多内容
http://api.jquery.com/category/manipulation/

原文链接:https://www.f2er.com/jquery/156059.html

猜你在找的jQuery相关文章