Capture Page Reload Action

Asked

Viewed 28 times

0

How to catch the action of the user when he clicks on the arrow to reload the page or when he enters in the URL, in google Chrome. Using Avascript.

  • 1

    the event hashchange answer? $(window).bind('hashchange', function() {
 //codigo aqui
});

  • 1

    Related https://answall.com/questions/96283/evento-para-quando-usuario-for-sair-da-pagina and https://answall.com/questions/307483/Épossible-addir-um-ouvinte-de-evento-na-url

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.