Andrew Rumm
Andrew Rumm

Reputation: 1278

scrolling tabs in jQuery

Is there simple solution to build tabs with the scrolling tabs-pane in jQuery?

Like ExtJS Advanced Tabs:

http://www.extjs.com/deploy/dev/examples/tabs/tabs-adv.html

Upvotes: 1

Views: 6069

Answers (2)

Andrew Rumm
Andrew Rumm

Reputation: 1278

I found solution - jQuery Tools Scrollable. That's exactly what did i needed. This is how did i implemented in tabs.

Upvotes: 1

Maduka Jayalath
Maduka Jayalath

Reputation: 1703

@RayZ, the plug-in has been moved to a it's own place

http://jquerytools.org/demos/scrollable/index.html

Upvotes: 1

Related Questions