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.html
Output :

Download Source Code
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
<!DOCTYPE html> |
Download Source Code
Can you please give me some code for Tabs.
ReplyDelete