[jQuery] Re: Jquery Tabs issue, linking to another tab from within the same document...

2008-12-31 Thread Ted
Ok, how do I implement this code: var $tabs = $('#example').tabs(); // first tab selected $('#my-text-link').click(function() { // bind click event to link $tabs.tabs('select', 2); // switch to third tab return false; }); I'm also looking at the bit of code that looks like this: $(".se

[jQuery] Re: Jquery Tabs issue, linking to another tab from within the same document...

2008-12-31 Thread Ted
Yes, that is correct. On Dec 31, 7:33 am, Klaus Hartl wrote: > I assume you're using UI Tabs... > > http://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_inste... > > --Klaus > > On 30 Dez., 19:09, Ted wrote: > > > > > I'm having a problem with Jquery's tab plugin. > > > Specifically,

[jQuery] Re: Jquery Tabs issue, linking to another tab from within the same document...

2008-12-31 Thread Klaus Hartl
I assume you're using UI Tabs... http://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_instead_of_clicking_a_tab_itself --Klaus On 30 Dez., 19:09, Ted wrote: > I'm having a problem with Jquery's tab plugin. > > Specifically, I've got a page with a couple of tabs. On that page, in >