Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/idank/explainshell
/ clearMenus
Function
clearMenus
explainshell/web/static/js/bootstrap.js:739–743 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
737
}
738
739
function
clearMenus() {
740
$(toggle).each(
function
() {
741
getParent($(this)).removeClass(
'open'
)
742
})
743
}
744
745
function
getParent($this) {
746
var
selector = $this.attr(
'data-target'
)
Callers
1
bootstrap.js
File · 0.85
Calls
2
getParent
Function · 0.85
$
Function · 0.70
Tested by
no test coverage detected