69
jQuery unwrap()
The jQuery unwrap() method is used to remove the parent element of the selected elements.
Syntax:
Example of jQuery unwrap() method
Let’s take an example to demonstrate the jQuery unwrap() method.
jQuery unwrap() example 2
Let’s take an example which shows wrap() and unwrap() method together.
Next TopicjQuery focus()