javascript – jquery中的insertAdjacentHtml

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

解决方法

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

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

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

猜你在找的jQuery相关文章