This plugin allow to make possible unwrapping operations.
Usage methods:
If I use wrap functionality like this:
jQuery([some selector]).wrap("
")
i can unwrap in this way:
jQuery([some selector]).unwrap()
or:
jQuery([some selector]).unwrap("div")
or:
jQuery([parent selector]).unwrap(jQuery([selector]).find([selector]))