使用jQuery插件简单仿写淘宝评论区点击图片放大效果
JS代码部分:
$(function () {
$(".tm-m-photos").commentImg({
activeClass: 'tm-current', //缩略图当前状态class,默认'current'
nextButton: '.tm-m-photo-viewer-navright', //向后翻页按钮,默认'.next'
prevButton: '.tm-m-photo-viewer-navleft', //向前翻页按钮,默认'.prev'
imgNavBox: '.tm-m-photos-thumb', //缩略图容器,默认'.photos-thumb'
imgViewBox: '.tm-m-photo-viewer' //浏览图容器,默认'.photo-viewer'
});
})
本站素材来自用户分享,仅限学习交流请勿用于商业用途。如损害你的权益请联系客服QQ:201240120 给予处理。
还没有评论哦!