我使用http://cssglobe.com/lab/easyslider1.7/02.html插件进行幻灯片放映。但是当我点击页面时,幻灯片会自动停止移动。
$("#slider").easySlider({
auto: true,
speed: 800,
pause: 5000,
continuous: true,
numeric: true,
prevText: 'Previous',
nextText: 'Next'
});