//图片等比缩放 function scaleimg(){ $(".scalebox").each(function(){ $(this).find("img").jqthumb({ width: $(this).outerwidth(), height: $(this).outerheight(), after: function(imgobj){ imgobj.css('opacity', 1).animate({opacity: 1},1000); } }); }) } /** * tabs * @return */ function tablist(tabtitle, tab_content, tabmore, event) { var hoverindex,hovertabhref,tablength=$(tabtitle).length; for(var i=0;i