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.

How to detect when history.pushState and history.replaceState are used?

Is there some event I can subscribe to when the history state is modified? How?

javascript html browser-history pushstate
Can we get browser history by using Javascript?

Can we get browser history for my site with Javascript ? I can see some of old posts and threads talking …

javascript browser browser-history
Popstate on page's load in Chrome

I am using History API for my web app and have one issue. I do Ajax calls to update some …

html google-chrome javascript-events browser-history
How to clear browsers (IE, Firefox, Opera, Chrome) history using JavaScript or Java except from browser itself?

How to clear browsers (IE, Firefox, Opera, Chrome) history using JavaScript or Java, except clearing it from browser itself?

javascript browser-history
Can you use hash navigation without affecting history?

I'm afraid it might be impossible but is there a way to change the hash value of a URL without …

javascript jquery browser-history fragment-identifier browser-state
Which one should I use? Backbone.js Router.navigate and window.location.hash

I began learning Backbonejs recently, by reading a book. and I feel a little bit confuse about this issue.Here …

backbone.js browser-history
Ajax with history.pushState and popstate - what do I do when popstate state property is null?

I'm trying out the HTML5 history API with ajax loading of content. I've got a bunch of test pages connected …

javascript jquery html browser-history html5-history
History.Back with refresh

I would like to have the History.back(); functionality with a complete refresh of previous page. Any idea how to …

javascript browser-history
Javascript history.PushState not working?

I have this code here: <script type="text/javascript"> function goFunction(){ history.pushState("google.ca", "GOOGLE CANADA", "http://…

javascript syntax browser-history
How do I retrieve if the popstate event comes from back or forward actions with the HTML5 pushstate?

I'm developing a webpage where depending on the next or back actions I do the correspondent animation, the problem comes …

javascript html browser-history pushstate