Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JsAaron/jQuery
/ add
Function
add
1.2.6/src/offset.js:93–96 ·
view source on GitHub ↗
(l, t)
Source
from the content-addressed store, hash-verified
91
}
92
93
function
add(l, t) {
94
left += parseInt(l, 10) || 0;
95
top += parseInt(t, 10) || 0;
96
}
97
98
return
results;
99
};
Callers
2
offset.js
File · 0.70
border
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected