MCPcopy Index your code
hub / github.com/jquery/jquery / currentValue

Function currentValue

dist-module/jquery.slim.module.js:5527–5529  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5525 var adjusted, scale,
5526 maxIterations = 20,
5527 currentValue = function() {
5528 return jQuery.css( elem, prop, "" );
5529 },
5530 initial = currentValue(),
5531 unit = valueParts && valueParts[ 3 ] || ( isAutoPx( prop ) ? "px" : "" ),
5532

Callers 5

adjustCSSFunction · 0.70
adjustCSSFunction · 0.70
adjustCSSFunction · 0.70
adjustCSSFunction · 0.50
adjustCSSFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected