How to Make selected second tab in jQuery Accordian widgetTagged: jQuery UIThis topic has 0 replies, 2 voices, and was last updated 9 years, 3 months ago by Hirendra Sisodiya.Viewing 2 posts - 1 through 2 (of 2 total)AuthorPosts February 24, 2014 at 11:09 am #4802 PavanMemberI have tab control with the 4 tabs. For it I am using the jQuery Ui accrodian control like as: $("#accordion").accordion({ autoHeight: false, event: "mousedown" });my problem is that i have to show the second tab by default but it shows first tab. Please help. February 24, 2014 at 12:15 pm #4805 Hirendra SisodiyaKeymasterThere is a option to set the active index of the tabs. Change you accordian method as:$("#accordion").accordion({ autoHeight: false, event: "mousedown", active: 1 }); Remember that the ‘active’ is zero index based option AuthorPosts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic.Log In Username: Password: Keep me signed inLog In