Looking for a way to prevent jquery from adding the ui-tabs-selected and ui-state-active to the tab bar / menu when it changes from tab to tab. But add my own styles if possible.
Tried to find a solution, but nothing yet… anyone?
Looking for a way to prevent jquery from adding the ui-tabs-selected and ui-state-active to
Share
There are a few ways you could do this.
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js
Use the jQuery UI tabs select event to remove the classes:
Just override the styles for ui-state-active and ui-state-selected with your own CSS: