That works as expected for me. Could you possibly create a test case? Are you sure you're running UI 1.6rc5, only which is compatible with jQuery 1.3?
--Klaus On 16 Jan., 21:52, Phil <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
