Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishal-raj-1/Awesome-JavaScript-Projects
/ select
Function
select
assets/js/temp_slider.js:3–5 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
1
var
xmlns =
"http://www.w3.org/2000/svg"
,
2
xlinkns =
"http://www.w3.org/1999/xlink"
,
3
select =
function
(s) {
4
return
document.querySelector(s);
5
},
6
selectAll =
function
(s) {
7
return
document.querySelectorAll(s);
8
},
Callers
1
temp_slider.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected