$(window).load(function(){ $(".zoom").fancybox({ 'transitionIn':'elastic', 'transitionOut':'elastic', 'overlayOpacity':0.6, 'overlayColor':'#000' }); $(".productDesc img").each( function() { var maxwidth = 720; if ($(this).width() > maxwidth) { $(this).width(maxwidth); } }); $(".productImg img").each( function() { var maxwidth = 350; if ($(this).width() > maxwidth) { $(this).width(maxwidth); } }); });

欢迎来到广州市思正电子科技有限公司官方网站!

$(function(){ //下拉菜单 $('.tmenu').hover(function(){ $(this).find(".submenu").show(); $(this).find(".sub_li").show(); $(this).children(".ta").addClass("cur"); }, function(){ $(this).find(".submenu").hide(); $(this).find(".sub_li").hide(); $(this).children(".ta").removeClass("cur"); } ); });