Using history.pushState , we can change the current url using the history API. Using the popstate function, we can return to the previous page. But, going back, I found that the direct link button in the browser "Click here to go forward" is disabled. Now, using the story, I need to access this button property.
How can we access the URL of a direct page using the story API?
javascript jquery html5 browser-history html5-history
Ganesh babu
source share