_meta²

Wednesday, July 21 2010

Badass JavaScript: location.hash is dead. Long live HTML5 pushState!

For a long time, location.hash was a way for AJAX applications to get back button and bookmarking support, and libraries like jQuery BBQ from Ben Alman made dealing with it cross browser a cinch. Now, with HTML5 coming of age, there is a new feature that aims to replace the use of ...