Top "Browser-history" questions

Browser history refers to the list of web pages a user has visited recently—and associated data such as page title and time of visit—which is recorded by web browser software as standard for a certain period of time.

Preserve dynamically changed HTML on back button

It's amazing, I constantly see this working in other sites but never in sites that I'm working on. I'm bringing …

html ajax firefox browser-history history.js
javascript browser history listing

I am familiar with the window.history.back() and the window.history.forward() javascript objects. But is there a method …

javascript browser-history
How do I remove a page from the browser history?

I have an have an ASP.Net page which contains a button. This Page contains a ServerSide Paypal button. When …

asp.net browser-history
How do I actually use history.js on my site

I've read all the posts about history.js on stackoverflow including, this, this and this and at looked the source …

jquery ajax browser-history history.js
Add to browser history without page reload

Basically, I have a page that contains a form. When a user submits that form, a Javscript function is called …

javascript url browser back browser-history
history.back(); doesn't trigger $(document).ready();

I have a webpage that use $(document).ready() to build the interface. Then the user can go to a child …

javascript jquery javascript-events browser-history
Get last page visited

I need to know if a person that comes to my website went from an another specific website. Example: User …

php url browser-history
Cross-browser jquery ajax history with window.history.pushState and fallback

I want to implement a navigation history using jQuery and AJAX in a cross-browser manner. My approach is to use …

jquery ajax browser-history
Can I update window.location.hash without having the web page scroll?

Using JavaScript, is there a way to update window.location.hash without scrolling the web page? I have clickable title …

javascript browser-history back-button deep-linking
preserving browser "back" button functionality using AJAX/jQuery to load pages and history.pushState() method

I'd like to preserve the back button functionality when loading pages via AJAX (jQuery load method) and pushing the URL …

javascript ajax jquery browser-history pushstate