Relax Breath of Solution.

Just I wanted.. Do you?…

jQuery inserting content(DOM Insertion)

.unwrap( ) The .unwrap() method removes the element’s parent from the matched set .It leaves the matched element at their place. Example : $(“p”).unwrap(); This script removes the parent of ‘p’. .wrap( wrappingElement ) This method wrap the html wrapping element around each of the matched elements. The ‘wrapedElement ‘ may be div, span etc. […]