Hello,
I'm having the same problem, so any help would be appreciated.

On Mar 16, 4:25 pm, jjsanders <jigalroe...@gmail.com> wrote:
> Hello,
>
> I am using still the old version of ui (not the 1.7)
>
> I saw 
> herehttp://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_inste...
> the posibility to navigate between tabs by using a link and not the
> tabs.
>
> I implemented the code in my site but wanted to make it more dynamic:
>
> $('#verder').click(function() { // bind click event to link
>                         var $tabs = $('#tabs').tabs();
>                         var selected = $tabs.data('selected.tabs');
>                         //console.log(selected);
>                         $tabs.tabs('select', selected +1); // switch to third 
> tab
>                         return false;
>                                 });
>
> But now it only works from the first to the second tab. From the
> second to the third tab and it doesn't work.
> How can i make it work?

Reply via email to