$(function () { $(".jqzoom").jqzoom({ title: false, zoomwidth: 300, zoomheight: 300, xoffset: 4 }); $(".j-jqzoom a").click(function(e){ e.preventdefault(); var _this = $(this), $zoom = $(".jqzoom .img"), $img = _this.children("img"); _this.addclass("active").parents("li").siblings().find("a").removeclass("active"); }); $(".j-jqzoom .item-pic").click(function(e){ e.preventdefault(); var _this = $(this); }); $(".prob-pic-small").dy_scroll({ toggle: false }); $(".m-propic").dy_scroll() });