📜  jQuery wrap()

📅  最后修改于: 2020-11-26 01:26:31             🧑  作者: Mango

jQuery wrap()

jQuery wrap()方法用于将指定的HTML元素包装在每个选定的元素周围。 wrap()函数可以接受可以通过$()工厂函数传递的任何字符串或对象。

句法:

$(selector).wrap(wrappingElement,function(index)) 

jQuery wrap()方法的参数

Parameter Description
WrappingElement It is a mandatory parameter. It specifies what HTML elements to wrap around each selected element. Its possible values are:
  • HTML elements
  • jQuery objects
  • DOM elements
Function(index) It is an optional parameter. It specifies a function that returns the wrapping element.
  • Index: It provides the index position of the element in the set.

jQuery wrap()方法的示例

让我们以一个示例来演示jQuery wrap()方法。









Hello Guys!

This is javatpoint.com

jQuery wrap()示例2




The jQuery Example





Click on any square to wrap the text:

We are going to wrap this text
ONE
TWO
THREE