jquery change tabs

Solutions on MaxInterview for jquery change tabs by the best coders in the world

showing results for - "jquery change tabs"
Christopher
19 Apr 2017
1$( ".selector" ).tabs({
2  active: 1
3});
4
Jacob
11 Feb 2019
1{
2  "ui-tabs": "ui-corner-all",
3  "ui-tabs-nav": "ui-corner-all",
4  "ui-tabs-tab": "ui-corner-top",
5  "ui-tabs-panel": "ui-corner-bottom"
6}
7