I am looking to script something that will automatically link my
internal page links using the http://interface.eyecon.ro/ ScrollTo
behaviour.

If the script doesn't load the normal browser behaviour should be preserved.

I am using this so far, but is simply isn't working.. I can't seem to
figure out why

$('[EMAIL PROTECTED]"#"]').each(function(i){*/
    $(this).bind("click", function() {
        $(this.href).ScrollTo(3000, 'easeout');
        return false;
    });
});

Any and all help appreciated.

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to