How to set a default tab with Jquery UI

后端 未结 3 1344
时光取名叫无心
时光取名叫无心 2021-02-13 17:42

I\'m using Jquery and Jquery UI with the following:

$(document).ready(function() {
    $(\'#tabvanilla > ul\').tabs({ fx: { height: \'toggle\', opacity: \'tog         


        
3条回答
  •  既然无缘
    2021-02-13 18:33

    I found this alternate solution which might be preferable in some situations: http://www.markhneedham.com/blog/2010/09/08/jquery-ui-tabs-changing-selected-tab/

提交回复
热议问题