$(document).ready(function(){ $("#leftsead a").hover(function(){ if($(this).prop("classname")=="youhui"){ $(this).children("img.hides").show(); }else{ $(this).children("img.hides").show(); $(this).children("img.shows").hide(); $(this).children("img.hides").animate({marginright:'0px'},'slow'); } },function(){ if($(this).prop("classname")=="youhui"){ $(this).children("img.hides").hide('slow'); }else{ $(this).children("img.hides").animate({marginright:'-143px'},'slow',function(){$(this).hide();$(this).next("img.shows").show();}); } }); $("#top_btn").click(function(){if(scroll=="off") return;$("html,body").animate({scrolltop: 0}, 600);}); });