Side navigation
Ticket #3860: test.html
File test.html, 0.7 KB (added by brandon, January 20, 2009 02:44AM UTC)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>3860</title>
<style type="text/css" media="screen">
#spacer { height: 1000px; }
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.0/jquery.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$(':button').bind('click', function(event) {
$(document).scrollTop(10);
alert($(document).scrollTop());
});
});
</script>
</head>
<body>
<h1>Testing 3860</h1>
<input type="button" value="scrollTop">
<div id="spacer"></div>
</body>
</html>
Download in other formats:
Original Format
File test.html, 0.7 KB (added by brandon, January 20, 2009 02:44AM UTC)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>3860</title>
<style type="text/css" media="screen">
#spacer { height: 1000px; }
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.0/jquery.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$(':button').bind('click', function(event) {
$(document).scrollTop(10);
alert($(document).scrollTop());
});
});
</script>
</head>
<body>
<h1>Testing 3860</h1>
<input type="button" value="scrollTop">
<div id="spacer"></div>
</body>
</html>