Jquery 加入“;悬停时暂停“;滑动

Jquery 加入“;悬停时暂停“;滑动,jquery,slider,slideshow,Jquery,Slider,Slideshow,我想知道是否可以在下面的内容中添加“悬停(幻灯片)暂停” <script type="text/javascript> $(document).ready(function(){ $("#myController").jFlow({ slides: "#slides", // the div where all your sliding divs are nested in controller: ".jFlowControl",

我想知道是否可以在下面的内容中添加“悬停(幻灯片)暂停”

<script type="text/javascript>
$(document).ready(function(){  
    $("#myController").jFlow({  
        slides: "#slides",  // the div where all your sliding divs are nested in  
        controller: ".jFlowControl", // must be class, use . sign  
        slideWrapper : "#jFlowSlide", // must be id, use # sign  
        selectedWrapper: "jFlowSelected",  // just pure text, no sign  
        width: "610px",  // this is the width for the content-slider  
        height: "235px",  // this is the height for the content-slider  
        duration: 400,  // time in miliseconds to transition one slide  
        prev: ".jFlowPrev", // must be class, use . sign  
        next: ".jFlowNext" // must be class, use . sign  
    });  
});  
</script>  
下载文件并替换为jquery.flow.1.2.js,您就完成了。它将在鼠标悬停时暂停