You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cast TypeError error when query only tag on the DocumentFragment
example:
var f = document.createDocumentFragment();
qwery( 'p a', f ); // success
qwery( 'p', f ); // TypeError: Object #<DocumentFragment> has no method 'getElementsByTagName'
cast
TypeErrorerror when query only tag on theDocumentFragmentexample: