Search code examples
javascriptjqueryimagerotator

Please suggest a jQuery Plugin


I'm new in the world of jQuery.

I have below requirements, Could you guys please suggest which jQuery plugin will be useful for me.

Basic Req. : An Image Rotator

  1. It should auto-rotate it self....by default time is 5 second....I should be able to change the time
  2. Navigation should be there (back / forth)
  3. When the mouse hovers over the navigation, it stops animating.

Any help??


Solution

  • http://tympanus.net/codrops/2011/07/29/content-rotator/

    This tutorial is pretty good for what you are trying to do, and it has two examples; one with auto-play, one without it. Used plugins are jQuery Mousewheel Plugin and jScrollPane Plugin.