📅  最后修改于: 2020-11-26 01:26:31             🧑  作者: Mango
jQuery wrap()方法用于将指定的HTML元素包装在每个选定的元素周围。 wrap()函数可以接受可以通过$()工厂函数传递的任何字符串或对象。
句法:
$(selector).wrap(wrappingElement,function(index))
Parameter | Description |
---|---|
WrappingElement | It is a mandatory parameter. It specifies what HTML elements to wrap around each selected element. Its possible values are:
|
Function(index) | It is an optional parameter. It specifies a function that returns the wrapping element.
|
让我们以一个示例来演示jQuery wrap()方法。
Hello Guys!
This is javatpoint.com
The jQuery Example
Click on any square to wrap the text:
We are going to wrap this text
ONE
TWO
THREE