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 trigger browser's back event/function using JavaScript?

I want to trigger the browser's back functionality through a hyperlink in my page template, using JavaScript (or PHP if …

javascript browser browser-history dom-events
How to replace the location hash and only keep the last history entry?

I'm using the jQuery BBQ plug-in to track the users progress through the page. However, I only want to create 1 …

javascript browser-history pushstate jquery-bbq
What is the trade off between history push and replace?

I use History package to redirect invalid URL to 404 page on my react component. I use .replace instead of .push …

reactjs react-router browser-history
How to change the URL displayed in the browser without leaving the page

Is it possible with JavaScript to change the browser's URL, but not leave the page?

javascript url browser-history
Prevent browser scroll on HTML5 History popstate

Is it possible to prevent the default behaviour of scrolling the document when a popstate event occurs? Our site uses …

javascript html dom-events browser-history
React Router browserHistory not working as expected

As a User i want to access content via going direkt on an deep url Situation On the Main Page …

react-router browser-history
How to turn off autocomplete while keep using datalist element in html

I have a input field which shows a list using html5 <datalist> element. The problem is that with &…

html autocomplete browser-history html-datalist
jQuery History Plugin

There are a few different jQuery history plugins out there is one better than any of the others... I'm trying …

javascript jquery jquery-plugins browser-history
Selective history.back() using Backbone.js

I have a Backbone app. I'm using Backbone.history to enable use of the back button. We have a page (…

backbone.js browser-history
Backbone.history.navigate(url,{trigger:true, replace: true})

I used this method to navigate to url, trigger an event and not push url to browser history. But Backbone.…

javascript url backbone.js browser-history