文件名称:jQuery C3仿淘宝评价晒图图片放大查看代码.zip
文件大小:138KB
文件格式:ZIP
更新时间:2022-07-31 04:12:37
js特效-jQuery C3仿淘宝评价晒图图片放大查看代码
代码片段: $(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' }); })