Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/kamens/jQuery-menu-aim
/ clearMenus
Function
clearMenus
example/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
$
Function · 0.85
getParent
Function · 0.85
Tested by
no test coverage detected