I'm using the tabs ui. not ui 1.5 yet. If i want to bind a link to select the next or previous tab would I have to write my own plugin or is that already built into tab functionality?
#example would be the <a> link? I tried binding it like so but no luck $('#next-tab').tabsClick( $('#next-tab').tabsSelected() + 1 ); $('#prev-tab').tabsClick( $('#prev-tab').tabsSelected() - 1 );