behigh / bootstrap_dropdowns_enhancement

Bootstrap Dropdown Menus Enhancement
546 stars 194 forks source link

Dropdown Events Broken #32

Closed colinrobertbrooks closed 8 years ago

colinrobertbrooks commented 8 years ago

Dropdown events don't bind. For example:

$('#myDropdown').on('show.bs.dropdown', function () {
  // do something…
});
colinrobertbrooks commented 8 years ago

Found explicit mention that "Dropdown Events are not available at the moment." in the documentation.