Lines Matching refs:root
522 callback.call( root(this[i], first), this.length > 1 || i > 0 ?
531 function root( elem, cur ) {
2138 // Inject it into the root element, check its status, and remove it quickly
2139 var root = document.documentElement;
2140 root.insertBefore( form, root.firstChild );
2158 root.removeChild( form );
2345 root = context.nodeType ? [context] : context;
2356 for ( var i = 0, l = root.length; i < l; i++ ) {
2357 Sizzle( selector, root[i], tmpSet );
3116 var root = document.documentElement,
3176 root.insertBefore( script, root.firstChild );
3186 root.removeChild( script );