//商品相册 $(function(){ $(".jqzoom").jqueryzoom({ xzoom:475, yzoom:475, offset:10, position:"right", preload:1, lens:1 }); $("#spec-list").jdmarquee({ deriction:"left", width:475, height:112, step:2, speed:20, delay:10, control:true, _front:"#spec-right", _back:"#spec-left" }); $("#spec-list img").bind("mouseover",function(){ var src=$(this).attr("src"); $("#spec-n1 img").eq(0).attr({ src:src.replace("\/n5\/","\/n1\/"), jqimg:src.replace("\/n5\/","\/n0\/") }); $("#spec-list img").removeclass('vimgbow'); $("#spec-list li").find('div').hide(); $(this).addclass('vimgbow'); $(this).parents('.list-h li').find('div').show(); }); })