资 源 简 介
Minified version for carausel control using jquery.
The original author for this library is is Ganeshji Marwaha/ganeshread@gmail.com. You can find more details here: http://www.gmarwaha.com/jquery/jcarousellite/.
I modified this library to add the following functionality.
Pause autoscroll on mouse hover on carausel control
Example:
$(".scroller").jCarouselLite({
auto: 5000,
speed: 500,
visible: 1,
pauseOnMouseOver: true, // This is the configuration parameter
circular: true
});