MCPcopy Create free account
hub / github.com/frank-lam/fullstack-tutorial / getStyles

Function getStyles

notes/docsify/unpkg/gotop/jquery-2.1.0.js:5470–5472  ·  view source on GitHub ↗
( elem )

Source from the content-addressed store, hash-verified

5468var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
5469
5470var getStyles = function( elem ) {
5471 return elem.ownerDocument.defaultView.getComputedStyle( elem, null );
5472 };
5473
5474
5475

Callers 3

curCSSFunction · 0.85
getWidthOrHeightFunction · 0.85
jquery-2.1.0.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected