Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/SortableJS/Sortable
/ on
Function
on
src/utils.js:9–11 ·
view source on GitHub ↗
(el, event, fn)
Source
from the content-addressed store, hash-verified
7
};
8
9
function
on(el, event, fn) {
10
el.addEventListener(event, fn, !IE11OrLess && captureMode);
11
}
12
13
14
function
off(el, event, fn) {
Callers
2
Sortable
Function · 0.90
Sortable.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected