[jQuery] How to make ajax links bookmarkable? (history)
Hi - I've got a site that uses a jquery ui accordion to load content
into a container div via an ajax call. I would like to have the links
in the accordion update the page's href with their url onclick, but I
don't want to force a page reload since content is served via ajax.
I've tried using the history_remote plugin for this without much luck
(double-loads in firefox, no hash updates in IE7) I'm looking for an
alternative solution.
My link syntax is like so: http://foo.aspx?page=3 (this is actually
caught by a handler which redirects the ajax load to bar.aspx?page=3)