I am using easySlider 1.7 jQuery plugin for add a SlideShow to my Designed Website.
this plugin has a auto option that we can start slides on page load by setting it to true value. but when we click on a relative navigation button for go to a slide, slideShow do'n move slides automatically no longer. i want to add a capability So that when user enter to slideShow section all Slides stop and then start on mouse out event
it is a piece of My Slideshow Code:
And this is my jQuery Code to initialize the plugin
- $("#slider").easySlider({
- auto: true,
- continuous: true,
- numeric: true,
- speed: 600,
- prevId: "prevBtn",
- nextId: "nextBtn"
- })