我在让这个工作时遇到了一些麻烦:
$("#cloud1").live("mouseenter", function() {
$(this).append('<div class="cloud1"><img src="http://mercury-consulting.theportlandco.com/wp-content/uploads/2010/10/1.png" width="470" height="400"/></div>');
$(this).fadeIn('slow');
});
当我将鼠标悬停在 div 上时,它不会消失,它只是出现。不知道是什么问题 - 请告诉我!