$(function () { $(document).on('shown.bs.tab', 'a[data-toggle="tab"]', function (e) { window.dispatchEvent(new Event('resize')); }); });