$(document).ready(function(){ $('#showDiv').mouseleave(function(){$('#weixin').fadeOut(500);}); $('#showDiv').mouseenter(function(){$('#weixin').fadeIn(500);}); });