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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -