David Duymelinck wrote:
> [-Stash-] schreef:
>
>> Code snippet:
>> ----------------------------------------------
>> $('[EMAIL PROTECTED]"#"]').each(function(i){
>> $(this).click(function(){
>> $(this.href).ScrollTo(2000);
>> return false;
>> });
>> });
>> ----------------------------------------------
>> http://techfoolery.com/archives/2006/08/11/2021/?PHPSESSID=784f3aa2dd287a7ce685852ff5d7ff9a#comment-4
>>
>>
> That is the scrollto function of the interface plugin:
> http://interface.eyecon.ro/docs/fx you can download it there too.
>
>
I made this a plugin. $(document).ScrollToAnchors(500);
This will make all the a href=#anchor to animate to the element. Will be
released when jQuery 1.1 is released.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/