.unwrap()

In this chapter you will learn:

  1. Syntax and Description for .unwrap()

Syntax and Description for .unwrap()

.unwrap()

Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place. Its return value is the jQuery object, for chaining purposes.

Next chapter...

What you will learn in the next chapter:

  1. Syntax for .val() (getter)
  2. Syntax .val() (setter)
  3. Set value for form input element
  4. Get the input value of the first matched element
  5. Set value for input elements
  6. Set the value attribute
  7. Set multiple value for select
  8. Set value to form input field
  9. Set value for form elements
  10. Get input text from Text Box