Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $(document).ready(function(e) {
  2. debugger;
  3. if (window.history && window.history.pushState) {
  4.  
  5. window.history.pushState('forward', null, './#forward');
  6. $(window).on('popstate', function() {
  7. alert('Back button was pressed--------');
  8.  
  9. });
  10.  
  11. }
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement