# [JQuery EasyTabs Plugin](http://www.alfajango.com/blog/jquery-easytabs-plugin/) *Tabs with(out) style.* EasyTabs creates tabs with all the functionality, no unwanted changes to your markup, and no hidden styling. Unlike jQuery UI tabs, which style and arrange your tabs and panels for you, this plugin handles only the functionality of the tabs. By leaving the styling and layout up to you, it is much easier to style and arrange your tabs the way you want. ## What EasyTabs Does: * Creates tabs from an unordered list, which link to divs on the page * Allows complete customization of appearance, layout, and style via CSS * Supports forward- and back-button in browsers * Tabs are bookmarkable and SEO-friendly * Tabs can be cycled at a specified interval ## What EasyTabs Does NOT Do: * Style your tabs in any way (though sensible CSS defaults can be found in the demos) ## Show Your Support
Show your support for jQuery EasyTabs, by helping us raise money for the Karmanos Cancer Institute. Click here to lend your support to: Karmanos Cancer Institute by Alfa Jango and make a donation at www.pledgie.com !
## Documentation * Installation * Stylization * Configuration Options * Demos ## Installation ### The HTML Unlike JQuery UI tabs, the HTML markup for your tabs and content can be arranged however you want. At the minimum, you need a container, an unordered list of links for your tabs, and matching divs for your tabbed content.

Heading 1

This is the content of the first tab.

Heading 2

Stuff from the second tab.

Heading 3

More stuff from the last tab.

### The Javascript To enable back- and forward-button support for the users' browsers, be sure to include either the [jQuery HashChange plugin](http://benalman.com/projects/jquery-hashchange-plugin/) (recommended) or the [Address plugin](http://www.asual.com/jquery/address/docs/) before including the EasyTabs plugin. There is no other configuration required, it will just work! I varied the tab ids and names just to show you how flexible this is. There is no magic going on with this plugin; it's not trying to guess the order of your tabs or what tab is associated with which `
`. Just make the id of the content `
` match the href of the tab link. ### Required Markup The only rules you need to follow are these: * containing `
` with a unique id * the container `
` contains an unordered list `