Created by: Sergisa
From time to time when I use bootstrap I need to define the selection event on dropdown. But 5 simple lines of code help me to define this event in bootstrap API and simply use it. Like this:
$('#myDropdown').on('selected.bs.dropdown', function () {
// do something...
})
This change does not touch other bootstrap infrastructure.
TODO:
-
Add documentation