I've built a basic tabbed interface using jQuery using this technique. I want to be able to link to the page with different tabs open.
At the moment the index page loads and holds the content for all the pages in hidden divs and displays each with an animation when the tab is selected. I want to keep this functionality, but also allow direct links (domain.com/section_title) to work. Right now jQuery is adding the functionality to links using href elements set to element ids (href="#section").
Thanks for any help!