Scrollable Tab widget

Scrollable Tab widget

I am using the tab widget in jquery-ui-1.10.3.

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.

See  http://jqueryui.com/upgrade-guide/1.9/   where the article explains that the add function has been deprecated. 

So...does anyone have any clues about having scrollable tabs for the most up to date jquery ui tabs?

Thank you