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>

$("#DivBox").tabs("select", 索引);//索引从0开始,是第一个tab.

posted @ 2016-08-04 10:05  怕冷的南瓜  阅读(773)  评论(0编辑  收藏  举报