Found the problem. I did not include the ui.tabs.js !!
On Oct 30, 2:55 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> The code looks ok. Do you use the latest version?
>
> --Klaus
>
> On 30 Okt., 06:44, nextpulse <[EMAIL PROTECTED]> wrote:
>
> > 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
-~----------~----~----~----~------~----~------~--~---