jQuery wrapAll() 方法

jQuery 教程 · 2019-03-27 20:59:26

实例

在 <div> 元素中包裹所有 <p> 元素:

$("button").click(function(){ $("p").wrapAll("<div></div>"); });

定义和用法

wrapAll() 方法使用指定的 HTML 元素来包裹所有被选元素。

语法

$(selector).wrapAll(wrappingElement)

参数 描述
wrappingElement 必需。规定包裹被选元素的 HTML 元素。

可能的值:

  • HTML 元素
  • jQuery 对象
  • DOM 元素

点击查看所有 jQuery 教程 文章: https://codercto.com/courses/l/35.html

查看所有标签

Cracking the Coding Interview

Cracking the Coding Interview

Gayle Laakmann McDowell / CareerCup / 2015-7-1 / USD 39.95

Cracking the Coding Interview, 6th Edition is here to help you through this process, teaching you what you need to know and enabling you to perform at your very best. I've coached and interviewed hund......一起来看看 《Cracking the Coding Interview》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具