[jQuery] Scroll to top animate

[jQuery] Scroll to top animate


Hi all,
I try to animate the scrolling to top of the Page, is works not :(
HTML:
</head>
<body>
<div id="top">
<h1>
......
CONTENT
.....
.....
CONTENT
<p id="toplink">
<a href="#top" title="nach oben springen">top</a>

---------------------------------------------
JS:
$("#toplink a").click(function(){
var h = $("body").height();
// alert (h);
$("body").animate({ scrollTop: h }, "slow");
// return false;
});
----------------------------------------------
uncomment the alert and I become 1560 when click the anchor. And then
jumps to top.
No errors, nothing. When uncomment the return, then do nothing, not
jumping to top.
What is to do?
--
Viele Grüße, Olaf
-------------------------------
olaf.bosch@t-online.de
http://olaf-bosch.de
www.akitafreund.de
-------------------------------