What is the best back button jQuery plugin?

Posted by Guichard on Stack Overflow See other posts from Stack Overflow or by Guichard
Published on 2008-09-22T18:03:34Z Indexed on 2010/05/27 3:51 UTC
Read the original article Hit count: 125

Filed under:

I have found two plugins that enable the browser's back button to work across ajax interactions, but I can't determine which is better and why. The two plugins are history_remote and the history.

The history plug in is simpler and seems to provide all the functionality I need, but I'm not sure I understand enough about them to make an intelligent decision. For my application, I need the plugin to allow the back button to work through ajax interactions, and I need to be able to bookmark the page at any point through the interactions.

Which plug in is best in this scenario and why? Are there any other plug ins that I missed that might be better? Are there any limitations to these plugins that I'm missing (do they not work in certain situations etc)? Any information would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about jQuery