abaaso.tabs is an HTML5 module that makes creating UI tabs with hash routing extremely easy!
If you do not provide routing listeners when creating tabs, stubs will be set in their place. This is done so application states are not impacted.
Each pair has a "data-hash" property set to the route end-point it belongs to.
$("#stage").tabs({User : ["Details", "Projects", "Files", "Folders", "Links", "Versions", "Subscriptions"], Organization : null});
Creates a tab element structure in #target with implicit routing handlers
Creates a tab element structure in #target with explicit routing handlers
Element.prototype is augmented with $.tabs.create()
Identifies "active" tab routing.
Disables the route when placed on the anchor which triggers the route.
.hidden
Hides inactive tab Elements; this should set "display:none;".
Identifies UL & Section Elements that hold tab related Elements.
abaaso.route is licensed under BSD-3 https://raw.github.com/avoidwork/abaaso.tabs/master/LICENSE
Copyright (c) 2012, Jason Mulligan [email protected]