jquery - How to make slide move auto after the page is clicked? -
i use http://cssglobe.com/lab/easyslider1.7/02.html plugin slide show. when click on page, slide stops move automatic.
$("#slider").easyslider({ auto: true, speed: 800, pause: 5000, continuous: true, numeric: true, prevtext: 'previous', nexttext: 'next' });
look javascript error on page, should reason script stoped work.
many times javascript problems stop script execution
Comments
Post a Comment