MCPcopy Index your code
hub / github.com/jquery/jquery / isAttached

Function isAttached

dist-module/jquery.slim.module.js:4730–4733  ·  view source on GitHub ↗
( elem )

Source from the content-addressed store, hash-verified

4728} );
4729
4730var isAttached = function( elem ) {
4731 return jQuery.contains( elem.ownerDocument, elem ) ||
4732 elem.getRootNode( composed ) === elem.ownerDocument;
4733 },
4734 composed = { composed: true };
4735
4736// Support: IE 9 - 11+

Callers 4

buildFragmentFunction · 0.70
removeFunction · 0.70
jQueryFactoryFunction · 0.70
curCSSFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected