It seems that each Ajax History and Bookmark plugin has some minor bugs, ranging from

Really Simple History
http://code.google.com/p/reallysimplehistory/

jQuery History plugin
http://www.mikage.to/jquery/history/rbbs.cgi?id=RA12733222240679954806&focus=1

Ajaxify
http://max.jsrhost.com/ajaxify/

The bug is either not firing off the event at all, thus the content is not changed, or the event is fired off twice (better than not firing off at all). Is there an Ajax History and Bookmark plugin that work in all modern browsers? (IE 7+, Chrome, Firefox, Safari)

jQuery History plugin seems to be best except it has this bug:
http://stackoverflow.com/questions/3242512/toggling-between-2-bookmarks-or-see-a-page-and-load-another-page-from-bookmark

link|improve this question

67% accept rate
feedback

closed as not constructive by Bill the Lizard Sep 16 '11 at 18:50

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

3 Answers

up vote 2 down vote accepted

Another vote for jQuery address. Super simple to use.

link|improve this answer
feedback

jQuery Address looked good. I haven't played much with any, so I can't verify that it is the best.

link|improve this answer
feedback

Perhaps try this jQuery History plugin: http://www.balupton.com/sandbox/jquery-history/demo/ It provides cross browser support, binding to hashes, overloading hashes, all the rest.

There is also a Ajax extension for it, allowing it to easily upgrade your webpage into a proper Ajax application: http://www.balupton.com/sandbox/jquery-ajaxy/demo/

This is the solution chosen by such sites as http://wbhomes.com.au/ and http://gatesonline.com.au/stage/public/

Overall it is well documented, supported and feature rich. It's also won a bounty question here http://stackoverflow.com/questions/3205900/how-to-show-ajax-requests-in-url/3276206#3276206

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.