Override Javascript per Tabset
alanburke - October 20, 2008 - 13:49
| Project: | jQuery UI Tabs |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Following on from #323676: Themeing per tabset,
It would be useful to have different javascript properties per tabset level.
I could use a "rotate" transition on one particular tabset.
There must be a way to do this by adding some javascript, at theme or custom module layer - but I haven't worked it out just yet.
Alan

#1
Alan, I think the effort to integrate jQuery UI and jQuery Update will leverage the latest features of jquery UI tabs (from jquery) including rotation. Eventually I think you'd be able to call
$('#tabs-yourtabset > ul').tabs('rotate', 2000);check http://drupal.org/node/275760 for current status on this.
#2
Thanks for the pointer!