Skip to content Skip to sidebar Skip to footer
Showing posts with the label Browser History

How Can I Prevent The Browser To Scroll To The Top On Hash Change?

I am building a web application where I need to prevent back navigation in the browser history. Aft… Read more How Can I Prevent The Browser To Scroll To The Top On Hash Change?

Change Url Link With Javascript Without Refresh

Is it possible to automatically change the url example.com/4000/title-2/#!4000 to example.com/4000/… Read more Change Url Link With Javascript Without Refresh

History.go('url') Issue

I've seen that history.go() method can have two types of parameter: see: http://www.w3schools.c… Read more History.go('url') Issue

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 pu… Read more Statechange Is Firing Whenever I Do A Push-state

Hashchange Not Firing When User Clicks On Same Link

I'm creating an HTML and Javascript client for running in browser which talks to REST API. I… Read more Hashchange Not Firing When User Clicks On Same Link

How To Get Browsing History Using History Api In Chrome Extension

How can I get the URLs of recently visited tabs using chrome.history API, specifically, the last 10… Read more How To Get Browsing History Using History Api In Chrome Extension

Is There A Javascript Api To Browser History Information (limited To Current Domain)

Is there a programmatic API to tell what are the recently visited pages (30 days) within my site? … Read more Is There A Javascript Api To Browser History Information (limited To Current Domain)

Form POST In Iframe Without Affecting History

Is it possible to submit a form inside an iframe without affecting the browser's history? I'… Read more Form POST In Iframe Without Affecting History