![]() |
jQuery scrollTo plugin
I've gone through the documentation for the ScrollTo plugin, checked the source code where others are using it, tried localscroll and serialscroll... somehow I just can't get started, no matter what.
Is there any step-by-step guide for scrollTo? I've actually been needing to use serialScroll but since I somehow wasn't able to use it, I figured I'd start out with localScroll. No luck there either! Surely it's just a matter of linking the js and adding a few lines on document.ready...?? I'm using other jquery plugins fine. What am I doing wrong? Trying out the simplest thing here for localscroll, and just to see the scroll happen I have gigantic font and added lots of line breaks (not shown here): Code:
I've included every single file there can be related to scrollTo, including the interface plugin. I'm not using anything apart from jquery, no prototype or anything else. |
You did embed the jQuery and scrollTo libraries, right? Before you called the function? And should the the
$.localScroll(); be inside a document.onload=? Forgive me if thats what $(document).ready(function(){ does; I'm not too familiar with jQuery. |
| All times are GMT +1. The time now is 11:46 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.