js代码
<script type="text/javascript" src="js/commentImg.js"></script> <script> $(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' }); }) </script>