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.
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.
Browser other questions tagged javascript jquery
You are not signed in. Login or sign up in order to post.
the event hashchange answer?
$(window).bind('hashchange', function() {
 //codigo aqui
});
– Ricardo Pontual
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
– Costamilam