Skip to content

Instantly share code, notes, and snippets.

@tojibon
Created August 28, 2015 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tojibon/f2b7a21939f056cd1c80 to your computer and use it in GitHub Desktop.
Save tojibon/f2b7a21939f056cd1c80 to your computer and use it in GitHub Desktop.
Bootstrap inactive broken content for inactive tabs on page load fix
jQuery(document).ready(function ($) {
$('.nav-tabs li a').on('shown.bs.tab', function (e) {
$('.tab-pane').resize();
Calendar.init(); //Reinit JS codes
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment