站内搜索:
首页 >> 前端 >> 内容
tabs标签

时间:2017/2/17 9:24:07

默认功能,点击显示各标签页

$(function(){
    $("#tabs").tabs();
});

折叠内容

$(function(){
    $(#"tabs").tabs({
        collapsible: true
    });
});

鼠标悬停

$(function(){
    $(#"tabs").tabs({
        event: "mouseover"
    });
});

  • 上一篇:Bootstrap--BootstrapDialog
  • 下一篇:前端移动web布局总结
  • 返回顶部