Home
last modified time | relevance | path

Searched refs:childNodes (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/libxo/xohtml/external/
H A Djquery.js160 selector = ( ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment ).childNodes;
4839 Array.prototype.slice.call( document.documentElement.childNodes, 0 )[0].nodeType; argument
5578 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 …]