Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JsAaron/jQuery
/ num
Function
num
1.2.6/src/core.js:1368–1370 ·
view source on GitHub ↗
(elem, prop)
Source
from the content-addressed store, hash-verified
1366
1367
// Helper function used by the dimensions and offset modules
1368
function
num(elem, prop) {
1369
return
elem[0] && parseInt( jQuery.curCSS(elem[0], prop, true), 10 ) || 0;
1370
}
Callers
2
dimensions.js
File · 0.85
offset.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected