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

Function getStyles

2.0.3/Css.js:61–63  ·  view source on GitHub ↗
(elem)

Source from the content-addressed store, hash-verified

59 // because jsdom on node.js will break without it.
60
61 function getStyles(elem) {
62 return window.getComputedStyle(elem, null);
63 }
64
65 function showHide(elements, show) {
66 var display, elem, hidden,

Callers 2

Css.jsFile · 0.70
getWidthOrHeightFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected