添加class不能用attr方法,要使用addClass,removeClass
p_hover = function() {jQuery('p').addClass('highlighted')}p_leave = function() {jQuery('p').removeClass('highlighted')}