Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenReservation/OpenReservation
/ Dropdown
Function
Dropdown
OpenReservation/wwwroot/Scripts/bootstrap.js:739–741 ·
view source on GitHub ↗
(element)
Source
from the content-addressed store, hash-verified
737
var
backdrop =
'.dropdown-backdrop'
738
var
toggle =
'[data-toggle="dropdown"]'
739
var
Dropdown =
function
(element) {
740
$(element).on(
'click.bs.dropdown'
, this.toggle)
741
}
742
743
Dropdown.VERSION =
'3.3.5'
744
Callers
nothing calls this directly
Calls
1
$
Function · 0.70
Tested by
no test coverage detected