[jQuery] UI/TABS: Can't enable multiple tabs in one call
Hi all,
I want to enable/disable a couple of tabs at will.
The docs say "To enable more than one tab at once reset the disabled
property like: $('#example').data('disabled.ui-tabs', []);"
I cannot get this to work at all - what element is the #example
supposed to select? I've been trying on the element I called .tabs()
on initially to create the tabs but that just does nothing....
TIA,
--rob