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

Function isAttached

dist-module/jquery.module.js:4298–4301  ·  view source on GitHub ↗
( elem )

Source from the content-addressed store, hash-verified

4296} );
4297
4298var isAttached = function( elem ) {
4299 return jQuery.contains( elem.ownerDocument, elem ) ||
4300 elem.getRootNode( composed ) === elem.ownerDocument;
4301 },
4302 composed = { composed: true };
4303
4304// 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