标签:style blog http color io sp div 2014 on
$(‘.side‘).bind(‘mouseenter mouseleave‘,function(e){ if(e.type=="mouseenter"){ if(!$(this).is(‘:animated‘)){ $(this).stop(); $(this).animate({right:"0px"},500); }else{ $(this).unbind(‘animate‘); } }else{ $(this).stop(); $(this).animate({right:"-110px"},500); } })
标签:style blog http color io sp div 2014 on
原文地址:http://www.cnblogs.com/xinlinux/p/4022197.html