Is there an event that I can tie into that is fired when a bootstrap dropdown is closed or toggled?
From twitter bootstrap official page:
$('#myDropdown').on('hide.bs.dropdown', function () { // do something… });
hide.bs.dropdown is one of 4 events described here.
hide.bs.dropdown
These events also work same in Bootstrap 4. Bootstrap v4 Documentation.
Bootstrap 4
1.4m articles
1.4m replys
5 comments
57.0k users