MCPcopy 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.jsFile · 0.85

Calls 2

$Function · 0.85
getParentFunction · 0.85

Tested by

no test coverage detected