jQuery API 中文文档 | jQuery 中文网
首页
浏览器支持
英文文档镜像
search
Search jQuery API Documentation
分类:
DOM Replacement
These methods are used to remove content from the DOM and replace it with new content.
Manipulation
>
DOM Replacement
.replaceAll()
用集合的匹配元素替换每个目标元素。
Manipulation
>
DOM Replacement
.replaceWith()
用提供的内容替换集合中所有匹配的元素并且返回被删除元素的集合。