Searched refs:childNodes (Results 1 – 4 of 4) sorted by relevance
105 for child in elem.childNodes:138 for child in elem.childNodes:
24 for child in parent.childNodes:
26 for child in parent.childNodes:
143 selector = ( ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment ).childNodes;4763 Array.prototype.slice.call( document.documentElement.childNodes, 0 )[0].nodeType; argument5502 jQuery.makeArray( elem.childNodes );5741 jQuery( this ).replaceWith( this.childNodes );5932 …if ( jQuery.support.parentNode && parent && parent.nodeType === 11 && parent.childNodes.length ===…5941 if ( fragment.childNodes.length === 1 ) {6133 if ( parent && parent.nodeType === 11 && parent.childNodes.length === 1 && insert.length === 1 ) {6300 div.firstChild && div.firstChild.childNodes :6304 div.childNodes :6308 if ( jQuery.nodeName( tbody[ j ], "tbody" ) && !tbody[ j ].childNodes.length ) {[all …]