I try to capture a tab clicked on event:
$("#mydiv > ul").tabs({
select: function(e, ui) {
alert(ui);
}
});
The alert(ui) is giving an undefined when the tab is clicked.
Any ideas what I am doing wrong?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---