easyui 使特定tab处于选中状态

easyui 使特定tab处于选中状态
<div id="tabs" class="easyui-tabs">
    <div title="Tab1" style="padding:20px;">   
        tab1    
    </div>
</div>
/*code*/
<input type="button" />
easyui 使特定tab处于选中状态

JS代码:

easyui 使特定tab处于选中状态
<script type="text/javascript">
    $(functon(){
        $("button").click(function(){
            $(‘#tabs‘).tabs("select", "Tab1");//选中Tab1
}) })
</script>
easyui 使特定tab处于选中状态

easyui 使特定tab处于选中状态

上一篇:STM32 串口DMA方式接收(转)


下一篇:码农语录?「程序代码的可信度,不会比写的人还可信。」