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

Function getStyles

2.1.1/test/other.js:2922–2924  ·  view source on GitHub ↗
( elem )

Source from the content-addressed store, hash-verified

2920var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
2921
2922var getStyles = function( elem ) {
2923 return elem.ownerDocument.defaultView.getComputedStyle( elem, null );
2924 };
2925
2926
2927

Callers 8

jquery-1.11.1.jsFile · 0.70
getWidthOrHeightFunction · 0.70
curCSSFunction · 0.70
getWidthOrHeightFunction · 0.70
other.jsFile · 0.70
getWidthOrHeightFunction · 0.50
css.jsFile · 0.50
curCSSFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected