I have already developed ajax enabled web site. Most of the time we do partial rendering and use some templates to render content in the client side. The issue is now we need to support browser back button .
I tried to use Sammy.js but it seems like we need to change every ajax calls and events to use sammy to keep the history with the client. Is there any other library like History.js or something else so that we can do it in easier or do in in a separate module without affecting all.