MCPcopy Index your code
hub / github.com/JsAaron/jQuery / getStyles

Function getStyles

2.0.3/2.0.3.js:6227–6229  ·  view source on GitHub ↗
( elem )

Source from the content-addressed store, hash-verified

6225// NOTE: we've included the "window" in window.getComputedStyle
6226// because jsdom on node.js will break without it.
6227 function getStyles( elem ) {
6228 return window.getComputedStyle( elem, null );
6229 }
6230
6231 function showHide( elements, show ) {
6232 var display, elem, hidden,

Callers 2

2.0.3.jsFile · 0.70
getWidthOrHeightFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected