Javatpoint Logo
Javatpoint Logo

jQuery wrapAll()

jQuery wrapAll() method is used to wrap specified HTML elements around all selected elements, in a set of matched elements.

Syntax:

Parameters of jQuery wrapAll() method

Parameter Description
wrappingElement It is a mandatory parameter. It specifies the HTML elements that you wrap around the selected elements. Its possible values are:
  • HTML elements
  • jQuery objects
  • DOM elements

Example of jQuery wrapAll() method

Let's take an example to demonstrate the jQuery wrapAll() method.

Test it Now

jQuery wrapAll() example 2

Test it Now

jQuery wrapAll() example 3

A wrapAll() example with unwrap button:

Test it Now
Next TopicjQuery focus()





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA