$(document).ready(function() { $('.fancy').fancybox1(); $('.fancybox-thumbs').fancybox1({ preveffect : 'none', nexteffect : 'none', closebtn : false, arrows : false, nextclick : true, helpers : { thumbs : { width : 50, height : 50 } } }); }); $(function(){ $(".jqzoom").jqueryzoom({ xzoom:540, yzoom:360, offset:10, position:"right", preload:1, lens:1 }); $("#spec-list1").jdmarquee({ deriction:"left", width:500, height:68, step:1, speed:4, delay:10, control:true, _front:"#spec-right", _back:"#spec-left" }); $("#spec-list1 img").bind("click",function(){ var src=$(this).attr("src"); $("#spec-n2 img").eq(0).attr({ src:src.replace("\/n5\/","\/n1\/"), jqimg:src.replace("\/n5\/","\/n0\/") }); $(this).parent().addclass('active').siblings().removeclass('active'); }); })