您现在的位置:首页 >> 前端 >> 内容

tabs标签

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

  核心提示:默认功能,点击显示各标签页$(function(){$(#tabs).tabs();});折叠内容$(function(){$(#tabs).tabs({collapsible: true});});...

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

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

折叠内容

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

鼠标悬停

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

Tags:TA AB BS S标 
作者:网络 来源:Folivoraxu