Published
- 1 min read
jquery back button event
The solution for this is noted below
jquery back button event
Solution
$(window).on('popstate', function(event) {
alert("pop");
});
Try other methods by searching on the site. That is if this doesn’t work