Track when user hits back button on the browser

One of my favorite frameworks for doing this is Yahoo!’s Browser History Manager. You register events and it calls you back when the user returns Back to that state. And if you want to learn how it works, here’s a fun blog entry about the decisions Yahoo! made when designing it.

Leave a Comment