Thank you Klaus,
i was not aware of the difference between the event and the associated
callback.
Using
$("#businessCaseTabs > ul").bind('tabsadd', function(event, ui) {
console.logLOG_("Event when tab was added: " + ui.index);
setTimeout(function(){$("#businessCaseTabs > ul").tabs('select',
ui.index)},1000);
});
works fine for me also.
Thanks for help!
Christoph
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---