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.

Update browser's URL without reloading the page

Is it possible to change the URL shown in the browser's address bar without having the browser go to that …

jquery ajax html browser-history pushstate
Statechange is firing whenever i do a push-state

I am using history.js to handle back button. In history.js statechange is firing whenever i do a pushstate. …

javascript jquery browser-history history.js
Phonegap navigator.app.backHistory / window.history.back not working on Blackberry Playbook

On the Blackberry playbook, the normal window.history.back does not work. Tested on the simulator.... So, I attempted this …

cordova blackberry browser-history blackberry-playbook
How to keep a clean browser history in a backbone.js app?

My backbone.js has three views: List of categories List of items in category Form for individual item I'm using …

backbone.js browser-history
Access the history state of the previous page when a user clicks 'back'

Is there a way using JS of accessing the history state of the previous page when a user clicks the …

javascript browser-history
What format is the Safari History.db history_visits.visit_time in?

When looking at the History.db from Safari, there's a table named history_visits which has a column named visit_…

sqlite safari browser-history
Is My Page Being Loaded from the Browser Cache?

I have a "new items" badge on a page that I want to update immediately the page is loaded from …

javascript javascript-events jquery browser-history browser-cache
How to insert content script in google chrome extension when page was changed via history.pushState?

I'm creating a small google chrome extension for website, and I want to change some html on particular pages. The …

javascript google-chrome google-chrome-extension browser-history vk