Hey,
I’m working on an ajax-driven site and I ran into the browser history trouble.
How can I know if the user pressed the back button at all?
I searched and found a way of changing-and-checking the bit of the URL after the # character. But I couldn’t found any reference to a way of doing it without having to check for anything after an interval.
Is there a way to accomplish that?
Or if any of you have fixed the browser history of an ajax application, what methods did you use?