Skip to main content

Bug Tracker

Side navigation

Ticket #6113: beforeunload.html


File beforeunload.html, 0.4 KB (added by SidneySM, February 17, 2010 10:30PM UTC)

Testcase

<!DOCTYPE html>

<html>
<head>
	<title>jQuery double beforeunload</title>
	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.js"></script>
	<script type="text/javascript">
		$(document).ready(function(){
			$(window).bind('beforeunload', function(){
				alert('Hit beforeunload');
			});
		});
	</script>
</head>

<body>

Download in other formats:

Original Format