Side navigation
Ticket #5813: ticket_5813_regression_with_1.3.2.html
File ticket_5813_regression_with_1.3.2.html, 0.6 KB (added by oliverlangan, January 15, 2010 06:37AM UTC)
A small HTML file which regresses issue 5813.
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#marker").css("color", "green").text("ready() function fired at " + new Date());
alert("$(document).ready() fired");
});
</script>
</head>
<body>
<p><a href="http://api.jquery.com">click me, then press the back button</a></p>
<p>This file uses <em>jQuery 1.3.2</em>.
<br/>In Safari (4.0.4/Mac OS 10.6), pressing the back button to get to this page <em>does</em> result in the ready() function firing.</p>
</body>
</html>
Download in other formats:
Original Format
File ticket_5813_regression_with_1.3.2.html, 0.6 KB (added by oliverlangan, January 15, 2010 06:37AM UTC)
A small HTML file which regresses issue 5813.
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#marker").css("color", "green").text("ready() function fired at " + new Date());
alert("$(document).ready() fired");
});
</script>
</head>
<body>
<p><a href="http://api.jquery.com">click me, then press the back button</a></p>
<p>This file uses <em>jQuery 1.3.2</em>.
<br/>In Safari (4.0.4/Mac OS 10.6), pressing the back button to get to this page <em>does</em> result in the ready() function firing.</p>
</body>
</html>