jQuery图片堆叠左右切换代码是一款可以将图片左右对齐堆叠在一起,通过前后导航按钮来左右切换图片的jQuery插件。
js代码
<script type=\"text/javascript\" src=\"js/jQuery-easing.js\"></script> <script type=\"text/javascript\" src=\"js/jQuery-jcImgScroll.js\"></script> <script type=\"text/javascript\"> $(function(){ $(\"#demo\").jcImgScroll({ arrow : { width:45, height:400, x:60, y:0 }, width : 330, //设置图片宽度 height:469, //设置图片高度 imgtop:22,//每张图片的上下偏移量 imgleft:-10,//每张图片的左边偏移量 imgwidth:30,//每张图片的宽度偏移量 imgheight:44,//每张图片的高度偏移量 count : 9, offsetX : 60, NumBtn : false, title:false, setZoom:.8, }); }); </script>
暂无评论内容