Skip to content Skip to sidebar Skip to footer
Showing posts with the label Onbeforeunload

Check If Changes Saved Before Unload

I have the following JavaScript EDIT: included assignments for changesSaved var changesSaved = tru… Read more Check If Changes Saved Before Unload

Onbeforeunload To Redirect User

In my OnBeforeUnload event, it asked the user whether they want to leave the page or stay on it. Wh… Read more Onbeforeunload To Redirect User

Vaadin Javascript Unload Event Listener Not Firing

I have a Vaadin 7 application where I need to reliably detect a user leaving or navigating away fro… Read more Vaadin Javascript Unload Event Listener Not Firing

Jquery Unload With An Ajax Call Not Working In Chrome

This is my very simple code snippet: $(window).unload(function() { $.ajax({ url… Read more Jquery Unload With An Ajax Call Not Working In Chrome

Showing A Jquery Popup Before Browser Window Closes

I'm using the following js to show a popup before the browser/window closes. But it does not se… Read more Showing A Jquery Popup Before Browser Window Closes

Onbeforeunload And Onunload Getting One To Work After The Other

I am having some trouble with the on before unload and the unload method. I thought i set the code … Read more Onbeforeunload And Onunload Getting One To Work After The Other

Window.onbeforeunload Performing Query

I'm trying to perform a post query when the user leaves the page. The code I'm working with… Read more Window.onbeforeunload Performing Query

OnBeforeUnload Suddenly Not Working As Expected

I was using this snippet for almost 2 years. It was fine then, until I saw it was not working today… Read more OnBeforeUnload Suddenly Not Working As Expected