I'm looking for a jQuery 1.2.6 compatible plugin providing the following: In a page with a number of sections in divs, on page load a specified div is visible but all others are hidden.
Clicking a link in the sidebar navigation hides the current div and reveals in that position the div which the link references by id. Reveal/hide animation is not essential but would be preferably be a fade rather than Coda-type scrolling. It should not be possible for the user to hide all the divs. The link to the currently visible div would be highlighted, by background colour for example. Importantly, to allow external linking to sections, a specific div should be displayed when its anchor id is appended to the URL. In order for the content to be accessible and navigable without javascript I don't wish links or ids to be automatically generated. Is there anything out there that fulfills this? idTabs - http://www.sunsean.com/idTabs/ - comes close, but lacks the ability to load divs by URL string. A mod to this perhaps? Thanks for reading, Jonny