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

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)

How To Modify History As Facebook's Photo Viewer Does?

I have a popup modal on my website similar to facebook's photo viewer. When the modal is opened… Read more How To Modify History As Facebook's Photo Viewer Does?

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 tes… Read more Ajax With History.pushstate And Popstate - What Do I Do When Popstate State Property Is Null?

Accessing A User's History Using Js

I'm not looking for code/how to. Just knowledge. A client has just come to us with a question: … Read more Accessing A User's History Using Js

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

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?

Why Is Javascript:history.go(-1); Not Working On Mobile Devices?

First, some background: I have an application which presents a search page (html form) to the user.… Read more Why Is Javascript:history.go(-1); Not Working On Mobile Devices?

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