Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ Dropdown
Function
Dropdown
static/bootstrap/js/bootstrap.js:768–770 ·
view source on GitHub ↗
(element)
Source
from the content-addressed store, hash-verified
766
var
backdrop =
'.dropdown-backdrop'
767
var
toggle =
'[data-toggle="dropdown"]'
768
var
Dropdown =
function
(element) {
769
$(element).on(
'click.bs.dropdown'
, this.toggle)
770
}
771
772
Dropdown.VERSION =
'3.3.7'
773
Callers
nothing calls this directly
Calls
1
$
Function · 0.50
Tested by
no test coverage detected