Problem is that I have many tabs and eventually you can't see all the tabs.
I'd like to have the tabs scrollable (similar to Ext.js functionality in their tabs), so I can
scroll to the tabs on the left/right. At first I was pleased to see that there are a few plugins that do just this. However,
I noticed that all of the plugins that support scrollable tabs
make use of the "add" method ($tabs.trigger("add",[]), or $tabs.trigger("addTab", [] ).
However, as everyone knows the add and remove methods and events have been removed from
the tab widget. Which means that the various plugins are useless when using
jquery-ui-1.10.3.
So...does anyone have any clues about having scrollable tabs for the most up to date jquery ui tabs?
Thank you