I have two tabs on my page.  I can enable/disable individual tabs with
no problem.

But .tabs('disable') and .tabs('enable') are *supposed* to do them all
(ignoring the selected one which I would not care about), right?  It's
in the online doc and I see a few threads where people are suggesting
that be done.  But does it ACTUALLY work?  Doesn't for me.

Since I will have a variable number of tabs, I'd sure like to do them
all without having to loop through them one by one.

Are there caveats where sometimes it's not allowed?  All I'm trying to
do (from Firebug) is:

$("#people-content").tabs('disable');

which is working perfectly if I change to:

$("#people-content").tabs('disable',3); // or other indicies
$("#people-content").tabs('enable',2);

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to