Return to ajax page via browser back button (via HTML5 history api and localStorage)

This prototype shows how to implement a back-button friendly ajax page. If you use below buttons to show content via ajax and leave the page and return to it using browser back button, content will be still visible and at the same scroll location as when you left.

link to external site