Hi folks, I'm using JQuery in my project to handle AJAX events. Obviously I want my website to be bookmarkable.
This Jquery plugin seems nice, however, upon further examination, some problems have been revealed. For instance if I manually enter the URL with hash value, then any AJAX link I click on will NOT change the browser's address bar (have to refresh the page in order to see the new hash value). Does anyone know a decent AJAX history/bookmark library that works well? My requirements are: - it has to be cross-browser compatible (Firefox, Safari, Opera, IE6 and IE7) - responses to manually entered hash value - hash value changes upon ajax clicks, even if I entered a hashed URL in the first place - default function for no hash value situations - easy to adopt and maintain I have also used these LInks but they all had some Problems and there were not developed http://www.stilbuero.de/jquery/ui_history/ and http://www.mikage.to/jquery/jquery_history.html and http://stilbuero.de/jquery/history/ thanks