On 18:21:00 Nov 01, Marta Figueiredo wrote:
>
> Hello,
>
> I'm using Jquery UI tabs. How can I get the tab ID by its index?
>
Does this work?
var $tab = $(<foo bar selector>).tabs();
$tab.tabs('select', index);
alert($('#footabs > li a').attr("id"));
I hope I did not misunderstand your question?
-Girish
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---