Is there an event that I can tie into that is fired when a bootstrap dropdown is closed or toggled?
I did mine as shown below.
HTML:
Theme Amelia Cerulean Cyborg Cosmo Darkly Flatly Lumen Simplex Slate Spacelab Superhero United Yeti
Script
$('#theme li').click(function () { switch_style($(this).text()); });
Works great