Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ toggle-switch.js
File
toggle-switch.js
docs/2.2/js/toggle-switch.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
$(document).ready(
function
(){
2
$(
'.distroPicker'
).bootstrapToggle();
3
$(
'.distroPicker'
).change(
function
() {
4
if
($(
'.distroPicker'
).prop(
'checked'
)) {
Callers
nothing calls this directly
Calls
4
$
Function · 0.50
ready
Method · 0.45
addClass
Method · 0.45
removeClass
Method · 0.45
Tested by
no test coverage detected