EasyUI tabs指定要顯示的tab

  <div id="DivBox"  class="easyui-tabs" style="width: 100%; height: 100%;">
                    <div title="送箱" style="width: 100%;height:100%;">
                        <table id="t_Outbox" iconcls="icon-save" ></table>
                    </div>
                    <div title="接箱" style="width: 100%;height:100%;" >
                        <table id="t_Inbox" iconcls="icon-save" ></table>
                    </div>
                </div>ui

$("#DivBox").tabs("select", 索引);//索引從0開始,是第一個tab.索引

相關文章
相關標籤/搜索