Evento do botão de volta do jQuery

$(window).on('popstate', function(event) {
 alert("pop");
});
Eddy