You can just append the fragment identifier to the URL. If your tab has the id "register", (as in the href <a href="#register">), then you call the page like:
http://online.gnomonschool.com/dev/#register and the according tab is going to be active. In your case: http://online.gnomonschool.com/dev/#fragment-2 works already :-) --Klaus On 23 Dez., 15:52, Jeremy <[email protected]> wrote: > You might look at the "selected" option for the Tab control. Add some > JS to select the appropriate tab based on the contents of the URL. > > For examplehttp://online.gnomonschool.com/dev/?tab=registerwould > cause the REGISTER tab to be selected on page load. > > http://docs.jquery.com/UI/Tabs/tabs#toptions > > On Dec 22, 8:13 pm, Eric Carl <[email protected]> wrote: > > > I have a group of JQuery tabs built here: > > >http://online.gnomonschool.com/dev/ > > > What I'd like to do is link to this page from a different HTML page > > and have the link load this page with a specific tab already open. For > > example, I'd like a different HTML page to contain a link that linked > > to this page with the "Register" tab open instead of the default > > "Courses" tab. Is this possible to do? Thanks for any help! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
