Guest User

Untitled

a guest
Aug 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. jQuery .unload() doesn't show anything
  2. <html>
  3. <head>
  4. <title>D</title>
  5. <script type="text/javascript" src="jQuery.js">
  6. <script type="text/javascript">
  7. $(window).unload( function () { alert("Bye now!"); } );
  8. </script>
  9. </head>
  10.  
  11. <body>
  12. <span>Hello world</span>
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment