Obtaining Tab Names/Labels

Obtaining Tab Names/Labels


Hello, my first post to the jQuery UI discussion group. Gawd I feel
like such a newb with that statement, but...
I just recently started using jQuery to make webpages as a hobby, and
I'm currently experimenting with tabs. I'm generating the tabs
dynamically, and am attaching them to dynamically generated divs that
contain tables, again with their own dynamic generation. The ID's of
these divs are generated with the name of whatever data they're
grouping, and this is also the same as the text in the label of the
tab connected with it. What I'd like to know, or if there's no way
that you know to do it suggest for a future version of the UI, is if
there's a way to get the text of the tab label that is currently
selected, or of a particular index, whatever.
Thanks... and if you need a better explanation, just ask. I probably
didn't communicate that as well as I wanted to.