Searched refs:wrapAll (Results 1 – 6 of 6) sorted by relevance
219 wrapAll: function( html ) {242 jQuery( this ).contents().wrapAll( html );248 jQuery( this ).wrapAll( html );
4 …wrapAll:function(a){var b;return n.isFunction(a)?this.each(function(b){n(this).wrapAll(a.call(this… method
12 …wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.…
5695 wrapAll: function( html ) { method5698 jQuery(this).wrapAll( html.call(this, i) );5736 contents.wrapAll( html );5748 jQuery( this ).wrapAll( isFunction ? html.call(this, i) : html );
2068 $section = $section.wrapAll('<div class="dac-toggle dac-mobile">').parent();2071 $contents.wrapAll('<div class="dac-toggle-content dac-expand"><div>');