[jQuery] Re: New plugin: jquery.smoothDivScroll-0.5.js

2008-11-01 Thread Thomas Kahn
Thanks a million Mike! This is EXACTLY the kind of tips'n'tricks that I need to learn. I will address all the things you point out as soon as I have the time! /Thomas Mike Alsup wrote: All improvements and suggestions are welcome! Some quick comments on the code itself, not the impleme

[jQuery] Re: New plugin: jquery.smoothDivScroll-0.5.js

2008-11-01 Thread Mike Alsup
>     All improvements and suggestions are welcome! Some quick comments on the code itself, not the implementation, just the technical bits: 1.) Your plugin is not chainable. The plugin function should 'return this' to honor jQuery's chaining model. For example, this will fail: $('div').smoot

[jQuery] Re: New plugin: jquery.smoothDivScroll-0.5.js

2008-11-01 Thread Thomas Kahn
Sam Sherlock wrote: Nice stuff there. I have been playing around with it I would like to be able to click on the arrows and advance more rapidly through the scrollablearea. Guess this might be going against what your trying to do. Adding a click event that makes the scrolling go faster is a

[jQuery] Re: New plugin: jquery.smoothDivScroll-0.5.js

2008-10-31 Thread Sam Sherlock
Nice stuff there. I have been playing around with it I would like to be able to click on the arrows and advance more rapidly through the scrollablearea. Guess this might be going against what your trying to do. Perhaps also some class should be added so that certain styling is applied where js i