I\'m writing a simple photo album app using ASP.NET Ajax. The app uses async Ajax calls to pre-load the next photo in the album, without changing the URL in the browser.
You can use simple & lightweight PathJS lib.
Usage example:
Path.map("#/page1").to(function(){ ... }); Path.map("#/page2").to(function(){ ... }); Path.root("#/mainpage"); Path.listen();