Resolved $(document).ready(function(){ $(".nav.nav-tabs > li").click(function(){ $(".tab-content").collapse('toggle'); }); }); ...
確定! 回上一頁