hover():鼠标悬浮时间
$(this).parent().hover(function () { $(this).children(".menuPop").show(); }, function () { $(this).children(".menuPop").hide(); });