Right, but I can already do that. I can click the 6 links in my footer and make the 6 different tabs change from one to the next. The problem is that when you're looking at the footer, you can't see the tabbed content. You have to scroll up to see that the tabs have changed as you've clicked the links. So I want to make it so that when you click a footer link, the window scrolls up automatically AND changes the tab.
Am I misinterpreting what you wrote or did that make sense? Steven Black-2 wrote: > > See the selected option in the docs. It looks something like this to > programmatically select, say, the third-tab. > > $('#tabs').tabs('option', 'selected', 2) > > http://jqueryui.com/demos/tabs/#option-selected > > **--** Steve > > > On Jan 9, 8:22 pm, chrisbeaman <chris.bea...@gmail.com> wrote: >> Well, sure, that gets me to a place above the tabs, but I want to be able >> to >> switch the tab too. I've tried doing #foo/#tab4 Go to foo and switch to >> tab >> 4 but it doesn't work. >> >> >> >> Steven Black-2 wrote: >> >> > Did you know.... you can use an HTML element's ID as an a target? >> >> > <div id="foo"> >> > --- >> > </div> >> >> > Then, elsewhere... >> >> > #foo Go to foo >> >> > Specify the ID of your tabs, or something just above that. >> >> > **--** Steve >> >> > On Jan 9, 8:58 am, chrisbeaman <chris.bea...@gmail.com> wrote: >> >> Hi, I'm working with the Tabs plugin and have it so that my tabs work >> >> fine, >> >> and I can click an external text link to control my tabs. The problem >> is >> >> that these external links (in my footer) are far below where my tabbed >> >> content is. >> >> >> Does anyone know how I can anchor up to my tabs nav AND change my tabs >> at >> >> the same time? Ideally I'd like to be able to link to the tabs nav >> from >> >> another page as well. >> >> -- >> >> View this message in >> >> >> context:http://old.nabble.com/Anchoring-and-jumping-to-a-Tab-tp27088961s27240... >> >> Sent from the jQuery UI Discussion mailing list archive at Nabble.com. >> >> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "jQuery UI" group. >> > To post to this group, send email to jquery...@googlegroups.com. >> > To unsubscribe from this group, send email to >> > jquery-ui+unsubscr...@googlegroups.com. >> > For more options, visit this group at >> >http://groups.google.com/group/jquery-ui?hl=en. >> >> -- >> View this message in >> context:http://old.nabble.com/Anchoring-and-jumping-to-a-Tab-tp27088961s27240... >> Sent from the jQuery UI Discussion mailing list archive at Nabble.com. > > -- > You received this message because you are subscribed to the Google Groups > "jQuery UI" group. > To post to this group, send email to jquery...@googlegroups.com. > To unsubscribe from this group, send email to > jquery-ui+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/jquery-ui?hl=en. > > > > -- View this message in context: http://old.nabble.com/Anchoring-and-jumping-to-a-Tab-tp27088961s27240p27095395.html Sent from the jQuery UI Discussion mailing list archive at Nabble.com.
-- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.