[jQuery] [ANN] Tabs plugin update
Hi all,
a few updates for the tabs plugin:
* CSS update: I made the tabs width/height flexible again, still having
a mininmal width... - because people didn't stop asking :-)
* I've added a method activeTab to retrieve the currently selected tab,
usage is: var index = $('#tabs').activeTab(); // => 1 for first tab...
* I've added a new option "spinner", with which you control if a loading
message is shown and what is shown in the tab title of a remote tab
while loading the content. To disable that behaviour simply pass an
empty string or null.
Have fun,
Klaus