1. Method wrap: wrap all matching elements with the structure of other elements
wrapAll: wrap all matching elements with a single element
wrapInner: Wrap the subclass of the matching element with an html structure
2. Examples (1) wrap
< head>
Insert title here
firebug displays the results:
Insert title here
< ;/html>
(2) wrapAll
Insert title here< ;/title>
firebug displays the result:
(3) wrapInner