UNPKG
id
Version:
latest (0.0.0)
0.0.0
get element by id
github.com/juliangruber/id
juliangruber/id
id
/
index.js
4 lines
(3 loc)
•
74 B
JavaScript
View Raw
1
2
3
4
module
.
exports
=
function
(
id
) {
return
document
.
getElementById
(id); };