views:

15

answers:

0

So far I tried

jQuery History http://nix.lv/history/demo.html

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

jquery history plugin http://www.mikage.to/jquery/jquery_history.html

but while they support loading of the desired content using Ajax on page load (so the Ajax content can be "bookmarked"), none of them support the Back button if using Chrome.

On Chrome, when the back button is clicked on, the content is not refreshed. The webpage is as if the Back button was not clicked at all. Does any jQuery or other plugin support Ajax Back Button on Chrome? thanks.

(The Chrome I am using is 5.0.375.86 on Mac, the latest version)