I\'m using the Flexy template (using bootstrap) and I can\'t get the shown.bs.tab event on tab to work.
I\'ve managed to make it work on JSFiddle.
Here is the co
If the Tab is dynamic in anyway try using
$(document).on('shown.bs.tab', 'a[data-toggle="tab"]', function (e) { alert(e.target.href); })