Searched refs:childNodes (Results 1 – 3 of 3) sorted by relevance
153 for child in element.childNodes:232 for child in element.childNodes:240 for child in element.childNodes:
71 for (c of tmpl.childNodes)81 for (c of tmpl.content.childNodes)
160 selector = ( ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment ).childNodes;4839 Array.prototype.slice.call( document.documentElement.childNodes, 0 )[0].nodeType; argument5578 jQuery.makeArray( elem.childNodes );5820 jQuery( this ).replaceWith( this.childNodes );6011 …if ( jQuery.support.parentNode && parent && parent.nodeType === 11 && parent.childNodes.length ===…6020 if ( fragment.childNodes.length === 1 ) {6212 if ( parent && parent.nodeType === 11 && parent.childNodes.length === 1 && insert.length === 1 ) {6368 div.firstChild && div.firstChild.childNodes :6372 div.childNodes :6376 if ( jQuery.nodeName( tbody[ j ], "tbody" ) && !tbody[ j ].childNodes.length ) {[all …]