MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / getWindow

Function getWindow

libs/jquery-3.5.1/jquery-2.2.4.js:9490–9492  ·  view source on GitHub ↗

* Gets a window from an element

( elem )

Source from the content-addressed store, hash-verified

9488 * Gets a window from an element
9489 */
9490function getWindow( elem ) {
9491 return jQuery.isWindow( elem ) ? elem : elem.nodeType === 9 && elem.defaultView;
9492}
9493
9494jQuery.offset = {
9495 setOffset: function( elem, options, i ) {

Callers 1

jquery-2.2.4.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected