Saner HTML5 History Management
Included in the laundry list of new features that are descending on the world of web development with HTML5 are two quite nice ones: History Management and the hashchange event. These two features allow for much richer and faster JavaScript applications. Let's start with a quick overview of what these provide.
Hashchange
This event is quite simple. Whenever the window.location.hash property changes, by following a ...