MCPcopy
hub / github.com/kenberkeley/react-demo / Dropdown

Function Dropdown

static/bootstrap/js/bootstrap.js:762–764  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

760 var backdrop = '.dropdown-backdrop'
761 var toggle = '[data-toggle="dropdown"]'
762 var Dropdown = function (element) {
763 $(element).on('click.bs.dropdown', this.toggle)
764 }
765
766 Dropdown.VERSION = '3.3.5'
767

Callers

nothing calls this directly

Calls 1

$Function · 0.85

Tested by

no test coverage detected