Hi,
Im using jQuery 1.3 with ui 1.6 - the following works in 1.2.6, but
not 1.3
$('#tabs').bind('tabsload', function(event, tb)
{
var sTab = $(tb.tab).html();
alert(sTab); // Alerts the string in the a tag
});
further testing, all the `tb` info is undefined..
tb.index, tb.panel and tb.tab are all undefined.
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---