Posts by Paulo M. • 26 points
1 post
-
0
votes1
answer345
viewsA: Trigger function by pressing F5 (update)
The Javascript event that is called before reloading the page by F5 is the beforeunload. I tested the code below and worked with Jquery 3.3.1. Note: some events like the alert are blocked at this…