Response title
This is preview!
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Test</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
window.scrollTo(1000, 0);
});
</script>
<body>
<div id="bckgr" style="background-color:green; width:3000px; height:100px;"></div>
</body>
</html>
© 2013 jQuery Foundation
Sponsored by and others.