$(function() { $(".lh-header .nav li").append(""); $(".lh-header .nav li:last b").remove(); $(".lh-header .nav li").hover(function() { $(this).addclass("cur").find("p").show(); },function(){ $(this).removeclass("cur").find("p").hide(); }); })