views:

74

answers:

3

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

+2  A: 

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

Philip T.
+2  A: 

Another vote for jQuery address. Super simple to use.

Igor Zevaka
A: 

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

balupton