html:
<button class="tabContainer" data-toggle="tab" href="#note" id="myNote">我的笔记</button>
js:
$('#myNote').tab('show');