Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

tab pane full calendar not showing

$('#list-tab a').on ('shown.bs.tab', function (e) {
    if($ (e.target).attr('href') =='#list-container') {  
        $('#calendar').fullCalendar('render');
    }
}) ;
 
PREVIOUS NEXT
Tagged: #tab #pane #full #calendar #showing
ADD COMMENT
Topic
Name
4+1 =