Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.js
File · 0.80
getExtra
Function · 0.80
element.test.js
File · 0.80
setAttribute
Method · 0.80
onTap
Method · 0.80
callEvent
Function · 0.80
Sizzle
Function · 0.80
jquery-3.6.0.js
File · 0.80
dt
Function · 0.80
main.jsx
File · 0.80
main.jsx
File · 0.80
main.jsx
File · 0.80
Calls
1
getById
Method · 0.80
Tested by
1
getExtra
Function · 0.64