MCPcopy Index your code
hub / github.com/Tencent/kbone / getElementById

Method getElementById

packages/miniprogram-render/src/document.js:352–356  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

350 }
351
352 getElementById(id) {
353 if (typeof id !== 'string') return
354
355 return this.$_tree.getById(id) || null
356 }
357
358 getElementsByTagName(tagName) {
359 if (typeof tagName !== 'string') return []

Callers 14

document.test.jsFile · 0.80
getExtraFunction · 0.80
element.test.jsFile · 0.80
setAttributeMethod · 0.80
onTapMethod · 0.80
callEventFunction · 0.80
SizzleFunction · 0.80
jquery-3.6.0.jsFile · 0.80
dtFunction · 0.80
main.jsxFile · 0.80
main.jsxFile · 0.80
main.jsxFile · 0.80

Calls 1

getByIdMethod · 0.80

Tested by 1

getExtraFunction · 0.64