Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/SortableJS/Sortable
/ off
Function
off
src/utils.js:14–16 ·
view source on GitHub ↗
(el, event, fn)
Source
from the content-addressed store, hash-verified
12
13
14
function
off(el, event, fn) {
15
el.removeEventListener(event, fn, !IE11OrLess && captureMode);
16
}
17
18
function
matches(/**HTMLElement*/el, /**String*/selector) {
19
if
(!selector)
return
;
Callers
1
Sortable.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected