$(window).bind('popstate', function() { $.ajax({ url: window.location.pathname, success: function(data) { location.href= location.href; } }); });