<script>
$(function(){
$("#myTab2 a").click(function(e){
e.preventDefault();
$(this).tab("show");
});
})
</script>
$(function(){
$("#myTab2 a").click(function(e){
e.preventDefault();
$(this).tab("show");
});
})
</script>
2015-01-13
沒看出加不加#navbar-example2有什么區(qū)別??? 老師能回復(fù)下嗎?