views:

421

answers:

3

Hi,

I want to make scroller like given here: http://www.shopping.com/xPC-Kettler-Kettler-Vito-Xl~linkin_id-8051267

in jQuery. Its in dojo I think. Please give me link of scroller like this one.

Thanks

+1  A: 

This one perhaps (jcarousel)

Edit: jCarousel doesn't support mouseovers though

Chris S
True, but if you take a look at the actual widget's structure I think it'd be quite easy to move/copy the onclick handler to the mouseover.
Manik
+1  A: 

I imagine there are lots of different plugins for a jQuery scroller, heres one:

http://www.webresourcesdepot.com/scrollable-jquery-plugin-to-scroll-content/

and the demo of it working:

http://www.flowplayer.org/tools/scrollable.html

hope this helps! :)

Wayne Austin
Prashant
A: 

If you feel like rolling your own then I have a basic recipe for building this kind of carousel in an answer to jCarousel with unknown content width.

Borgar