platypusman
-
I want to use the jQuery UI Tabs twice on one page
I am working on figuring this out as well -- I have a working example that I posted here: http://css-tricks.com/forums/discussion/comment/54844#Comment_54844 (The "Next" button shows up on the last tab, however. Not sure why...)
-
JQuery.UI .tabs with Next/Previous Issue.
I don't think it's correct that you can't have multiple tabsets on a single page, it works fine. (Just use a class instead of an ID.) Ex.: http://dl.dropbox.com/u/493092/codework/jQuery/jQuery-UI/tabs_prev-next-navigation.html (*The…