On 5 Feb., 02:34, James <[email protected]> wrote:
> The event names in UI 1.6 has changed. Try using "tabsadd" instead of
> "add".http://docs.jquery.com/UI/Tabs#Events
Do not mess up the event name using bind and the associated callback
option. It's
$('#tabs').bind('tabsadd', function() {});
but
$('#tabs').tabs({
add: function() {}
});
--Klaus
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---