Side navigation
Ticket #4064: test-4064.html
File test-4064.html, 0.5 KB (added by dmethvin, October 14, 2009 02:20AM UTC)
Repro with jQuery 1.3.2, Firefox 3.0 on Windows XP.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>test</title>
<style type="text/css">
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
if ( loadFirebugConsole ) loadFirebugConsole();
$(function() {
$("div").click(function(){
$("p").toggle("slow");
});
});
</script>
</head>
<body>
<div> click me <div>
<p>this is the thing</p>
</body>
</html>
Download in other formats:
Original Format
File test-4064.html, 0.5 KB (added by dmethvin, October 14, 2009 02:20AM UTC)
Repro with jQuery 1.3.2, Firefox 3.0 on Windows XP.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>test</title>
<style type="text/css">
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
if ( loadFirebugConsole ) loadFirebugConsole();
$(function() {
$("div").click(function(){
$("p").toggle("slow");
});
});
</script>
</head>
<body>
<div> click me <div>
<p>this is the thing</p>
</body>
</html>