MCPcopy Create free account
hub / github.com/JsAaron/jQuery / getStyles

Function getStyles

2.1.1/test/jquery-2.1.1.js:5515–5517  ·  view source on GitHub ↗
( elem )

Source from the content-addressed store, hash-verified

5513var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
5514
5515var getStyles = function( elem ) {
5516 return elem.ownerDocument.defaultView.getComputedStyle( elem, null );
5517 };
5518
5519
5520

Callers 3

curCSSFunction · 0.70
getWidthOrHeightFunction · 0.70
jquery-2.1.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected