图片滚动JQUERY插件:jCarouselLite

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>

 

posted @ 2015-12-04 14:12  liuliu_刘刘  阅读(247)  评论(0编辑  收藏  举报