$(function(){ $(".mp").mouseover(function () { $(this).find(".feng").show(); }).mouseout(function () { $(this).find(".feng").hide(); }); })