jquery-scrollbox icon indicating copy to clipboard operation
jquery-scrollbox copied to clipboard

A simple, lightweight jQuery plugin to scroll a list like carousel or traditional marquee.

Results 10 jquery-scrollbox issues
Sort by recently updated
recently updated
newest added

Simple, but great plugin!! Is therea feature to scroll the items backward on hover? Thanks.

is there a config option that I'm missing that will allow the scroller to continuously loop -- so when it gets to the end of the list it starts from...

There is a good chance that I missed something but I am unable to get the infinite loop to stop. Here is my code: $('#rollerSelector').scrollbox({ infiniteLoop: false, linear: true, delay:...

Hi, thank you for the plugin. I like it very much. Now i have the problem, that on google chrome the body scrollbar jump to the current item. How can...

Hi I tested the linear option to have the news items continuously moving then I resized my chrome browser window to 90% and below and the news ticker stopped working.......

I am trying to add an overlay layer over the images to show a text but If I add a new div inside the "li" element the scrollbox creates a...

line 224: ``` if (config.autoPlay) { nextScrollId = setTimeout(forward, config.startDelay * 1000); } ``` i think you can add more config and i think you can reduce your code less。

Is it possible to stop at a certain element id or find which element is in the middle to stop at? Thanks

Is there any ways to target a specific < li > in the order that is showing? For example: Selection 1 Selection 2 Selection 3 Selection 4 Selection 5 Selection...

I'm not sure if this is the right place to leave a suggestion, but, for example, I have a list of 2,000+ items... it might be a nice feature to...

New Feature