I was requested to implement Really simply history rsh for a project. I did it but I don’t want more rjs and obstrusive js. I also decided to move from prototype to mootools. Why not jquery?
It’s simple, go to your gmail and open one email message, that will execute an Ajax call, then press the back button and you’ll get back to index via Ajax. Do you want it?
First at all, I searched about an existing solution in MooTools for ajax back buttons in MooTools and I found that digitarald (one of the best JavaScript developers and MooTools developer) has wrote that plug-in, but sadly it’s old and it doesnt support MooTools version > 1.1
Finally, I decided to update to support the new MooTools version and here is the script updated: HistoryManager updated and working with mootools 1.2
Enjoy, and thanks Digitarald!