Home | History | Annotate | Download | only in parse-only

Lines Matching full:wrap

221 			// The elements to wrap the target around
222 var wrap = jQuery( html, this[0].ownerDocument ).clone();
225 wrap.insertBefore( this[0] );
227 wrap.map(function(){
246 wrap: function( html ) {
883 var wrap =
911 div.innerHTML = wrap[1] + elem + wrap[2];
914 while ( wrap[0]-- )
926 wrap[1] == "<table>" && !hasBody ?