MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / parseCss

Function parseCss

lib/web/jquery.ui.position.js:33–35  ·  view source on GitHub ↗
( element, property )

Source from the content-addressed store, hash-verified

31}
32
33function parseCss( element, property ) {
34 return parseInt( $.css( element, property ), 10 ) || 0;
35}
36
37function getDimensions( elem ) {
38 var raw = elem[0];

Callers 1

Calls 1

parseIntFunction · 0.85

Tested by

no test coverage detected