How to make Jquery UI Tabs scroll horizontally if there are too many tabs

后端 未结 10 1205
悲&欢浪女
悲&欢浪女 2020-11-30 10:10

\"It

Now the image above is an example of \" too many tabs \", It appea

10条回答
  •  遥遥无期
    2020-11-30 10:41

    I created yet another plugin for this. This time using Chrome style tab-resizing behaviour.

    Initialize with

    $( ".tabpanel" ).tabs().tabs('overflowResize');
    

    Demo

    GitHub

提交回复
热议问题