MCPcopy Create free account
hub / github.com/components/jquery / isAttached

Function isAttached

jquery.js:4312–4315  ·  view source on GitHub ↗
( elem )

Source from the content-addressed store, hash-verified

4310} );
4311
4312var isAttached = function( elem ) {
4313 return jQuery.contains( elem.ownerDocument, elem ) ||
4314 elem.getRootNode( composed ) === elem.ownerDocument;
4315 },
4316 composed = { composed: true };
4317
4318// Support: IE 9 - 11+

Callers 4

buildFragmentFunction · 0.70
removeFunction · 0.70
jquery.jsFile · 0.70
curCSSFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected