Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigcode-project/jupytercoder
/ options.js
File
options.js
options/options.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// 获取所有的单选框
2
const
radioButtons = document.querySelectorAll(
'input[type="radio"]'
);
3
const
select = document.querySelector(
'select'
);
4
Callers
nothing calls this directly
Calls
1
getSelectedRadioValue
Function · 0.85
Tested by
no test coverage detected