Anchor-based URL navigation, Take 2
I noticed I was getting a lot of visits via Google for my post on anchor-based URL navigation with jQuery, so I decided to write a plugin that would accomplish the same thing.
Download the plugin
View a demo
Call this function on an element that contains “panels” which, in turn, contain anchors. The container element should […]