Its working now! I couldn't get it to work when I tried $ ('ul.nav').localscroll(); So instead I just did $.localscroll(); and put in some options and its work'n good.
Brian On Sep 11, 10:49 am, Ariel Flesler <[EMAIL PROTECTED]> wrote: > You mean you couldn't manage to implement it ? > If you can provide a demo, I'll tell you what's going on. > > -- > Ariel Fleslerhttp://flesler.blogspot.com/ > > On Sep 11, 10:05 am, Brian Schilt <[EMAIL PROTECTED]> wrote: > > > Excellent! I've tried on two separate occasions to get this type of > > scrolling on my app but haven't been successful. I'll try this latest > > one and hopefully it works. > > > Thanks again. > > > Brian > > > On Sep 10, 11:56 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote: > > > > Hi all > > > > After many months of no-plugin-development, I added a new version of > > > jQuery.ScrollTo with 2 critical bug fixes and some nice features. > > > > Here you can read the whole list of changes and also get the last > > > version: > > > http://flesler.blogspot.com/2008/09/jqueryscrollto-14-released.html > > > > If you want a summary: > > > - Fixed a recurrent bug when scrolling the window on Opera 9.5 > > > - Ditto for Safari 3 (a different bug). > > > > - Added full support for iframes, you can scroll the whole (mini) > > > window to an inner element. > > > - Added support for $(window).scrollTo() and $(document).scrollTo() to > > > scroll the window, instead of $.scrollTo(). > > > > And more... :) > > > > For those using SerialScroll and/or LocalScroll, no problem should > > > arise if just replace your old ScrollTo with this one. I kept > > > backwards compatibility where needed. > > > > Cheers > > > -- > > > Ariel Fleslerhttp://flesler.blogspot.com/ > >