djmzfKnm
djmzfKnm

Reputation: 27185

How to make scroller in jQuery?

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

Upvotes: 0

Views: 666

Answers (3)

Borgar
Borgar

Reputation: 38652

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.

Upvotes: 0

Wayne Austin
Wayne Austin

Reputation: 2989

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! :)

Upvotes: 1

Chris S
Chris S

Reputation: 65436

This one perhaps (jcarousel)

Edit: jCarousel doesn't support mouseovers though

Upvotes: 1

Related Questions