MCPcopy
hub / github.com/scutan90/DeepLearning-500-questions / on

Function on

docsify.js:266–270  ·  view source on GitHub ↗
(el, type, handler)

Source from the content-addressed store, hash-verified

264 }
265
266 function on(el, type, handler) {
267 isFn(type) ?
268 window.addEventListener(el, type) :
269 el.addEventListener(type, handler);
270 }
271
272 function off(el, type, handler) {
273 isFn(type) ?

Callers 6

getFunction · 0.85
btnFunction · 0.85
collapseFunction · 0.85
scrollActiveSidebarFunction · 0.85
docsify.jsFile · 0.85
initEventFunction · 0.85

Calls 1

isFnFunction · 0.85

Tested by

no test coverage detected