图片滚动JQUERY插件:jCarouselLite

景阳曜
2023-12-01

jCarouselLite

 

<script type="text/javascript" src="/style/js/jquery.jcarousellite.min.js"></script>
            <script type="text/javascript">
                //图片自动滚动展示
                $(document).ready(function () {
                    $(".product").jCarouselLite({
                        visible: 3,
                        auto: 2000,
                        speed: 1000,
                    });
                });
            </script>

 

转载于:https://www.cnblogs.com/jailen/p/5019167.html

 类似资料: