$('#list-tab a').on ('shown.bs.tab', function (e) { if($ (e.target).attr('href') =='#list-container') { $('#calendar').fullCalendar('render'); } }) ;