AJAX tabs and dom tabs
- ajax tabs
-
20bits.com - Ajax tabs
Content is loaded from external files through xmlhttprequest when the tab is activated. Read the comments and ensure scripts are called from an external file.
-
Stilbuero.de - Unobtrusive tabs
Unobrusive AJAX tabs. There's an adaption with nested tabs: Cutterscrossing.com - JQuery Nested Tab Set.
-
Fueledsoftware.com - Ajax tabs reloaded
Ajax Tabs Reloaded: based on the Havoc Studios article. Enables user to create and delete tabs without page refresh, specify default open tabs, assign different colours to each tab. When a tab is opened, the panel contents are loaded with ajax. A tab can be opened when focused on a different tab and the newly opened tab will preload it's content in the background. Each tab can have it's own javascript code that will be triggered when a certain event happens - such as Open, Close, Blur and Focus.
-
Phatfusion.net - External page loader
Load a div from another page into a div on this page. History module adds div reference into url to make forward / back buttons work.
-
Dhtmlgoodies.com - Ajax tab view
Put your content into separate DIVs and then call a javascript function which creates the tabs dynamically.
-
Sunsean.com - idTabs
idTabs is a plugin for jQuery that makes adding tabs into a website simple.
-
Ndoherty.com - Coda slider
A tabbed sliding div, where clicking on the tabs slides the content into view. Made with jQuery.
-
People.cs.uchicago.edu - Sliding tabs
Ajax tabs with a bar of sliding tabs to allow a longer horizontal navigation list of link tabs (which pull coontent into the panel with ajax). The current tabs postionns itself to the middle.
-
Barelyfitz.com - JavaScript tabber
Automatically create an HTML tab interface using plug-and-play JavaScript. Gracefully degrades if JavaScript is not present. Supports printing. Nest one tab set within another. Cookie remembers which tab was selected. Object-oriented, extensively-commented code. MIT license.
-
Phrogz.net - Tabtastic
A simple way to implement tabs on your page using CSS, a little JS, and semantic markup. Accessible for screen-readers, but it supports multiple (+ nested) tabsets on the same page and allows users to bookmark the page loading to a specific tab.
-
Dhtmlx.com - DhtmlxTabbar
dhtmlxTabbar is a JavaScript tabbar control for creating dynamic tabbed-navigation interface. This Ajax-enabled UI component lets you add feature-rich and nice looking tabs to your site or web application.
-
Nodetraveller.com - Closeable Tabs Module
The Closeable Tab widget allows tabs to be removed. Implements the Fadeout pattern.
