Tabs are generally used to break content into multiple sections that can be swapped to save space, much like an accordion.
By default a tab widget will swap between tabbed sections onClick, but the events can be changed to onHover through an option. Tab content can be loaded via Ajax by setting an href on a tab.
You can implement tab as :
$("#tabs").tabs();
EXAMPLE :
tabs.html
|
Output :

Learn from experts! Attend jQuery Training classes.
|
Recommend the tutorial |

Ask Questions? Discuss: jQuery UI Widget : Tabs
Post your Comment