rotate contents horizontally using JQuery
I wish to change the JQuery Rotator plugin below:
http://plugins.jquery.com/project/jqRotator
The only change I needed is to navigate through Horizontally.. ie visitor will see two (or more) items firstly and then the new开发者_StackOverflow中文版 items will come from right side.
Is it possible ? or have any JQuery plugin to achieve this goal?
Actually quite easy to changed:
Roughly:
Whereever it says height
(or where height
is part of the name) change it to width
. Where it says scrollTop
, change it to scrollLeft
..
i think this is the plugin you are looking for...
rotate contents horizontally using JQuery
精彩评论