Evento de botón de retroceso jQuery

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