Tabs .bind callback with v1.3

Tabs .bind callback with v1.3


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?