Blogger Information
Blog 8
fans 0
comment 0
visits 8590
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
JQuery修改文档结构
一语笑嫣然
Original
675 people have browsed it
  • 插入

    • 将新元素添加到当前元素的后面:after("新元素")

    • 将新元素添加到当前元素的前面:before("新元素")

    • 将新元素添加到当前元素内容的后面:append("新元素")

    • 将新元素添加到当前元素内容的前面:prepend("新元素")

  • 替换

    • 替换当前元素:replaceWith("替换内容")

  • 复制

    • 复制当前元素:clone()

  • 包装

    • 将当前元素进行包装:wrap("标签对")

    • 将当前元素的内容进行包装:wrapInner("标签对")

    • 将当前元素进行包装,并可以嵌套包装wrapAll("标签对")

  • 删除

    • 删除当前元素:remove()

    • 删除当前元素下指定的子元素:remove("被删除元素")

    • 删除当前元素下的所有子元素:empty()

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post