[jQuery] Re: stopping and restarting the auto scrolling

2009-10-04 Thread Karl Swedberg
sorry about that. yeah, in the options object, just set the pause option to false. I haven't really updated the documentation since I just made it public today. for you. .jCarouselLite({pause: false}) If you look at the source file, you'll see all the options listed at the top. --Karl _

[jQuery] Re: stopping and restarting the auto scrolling

2009-10-04 Thread Macsig
Thanks Karl, it does exactly what I was looking for. Have a nice day! Sig On Oct 4, 4:56 pm, Karl Swedberg wrote: > I've been working a bit with the jCarouselLite plugin, adding a few   > features as I've needed them. I just put my version on GitHub if you'd   > like to give it a whirl: > > h

[jQuery] Re: stopping and restarting the auto scrolling

2009-10-04 Thread Macsig
Thanks Karl, it does exactly what I was looking for. Is there a parameter to set in order to avoid the automatically pause on mouseenter and resume it on mouseleave? I can't find anything on the documentation about that. Or I have to remove the code from the plugin itself? Thanks again and have

[jQuery] Re: stopping and restarting the auto scrolling

2009-10-04 Thread Karl Swedberg
I've been working a bit with the jCarouselLite plugin, adding a few features as I've needed them. I just put my version on GitHub if you'd like to give it a whirl: http://github.com/kswedberg/jquery-carousel-lite/fast_forward There is a "pause" option for the carousel that will automatically

[jQuery] Re: stopping and restarting the auto scrolling

2009-10-04 Thread Macsig
Any ideas at all? I'm really stuck on this. THANKS FOR YOU HELP. I appreciate it. Sig On Oct 3, 6:08 pm, Macsig wrote: > Update: > on jquery website I found something that could help me to achieve the > stopping/restarting effect I need, here the code > > div.hover( >             function() {

[jQuery] Re: stopping and restarting the auto scrolling

2009-10-03 Thread Macsig
Update: on jquery website I found something that could help me to achieve the stopping/restarting effect I need, here the code div.hover( function() { clearInterval(autoScroll); }, function() { autoScroll = setInterval(function(