jQuery 事件 - mouseleave() 方法 jQuery 事件 - mouseleave() 方法
jQuery 事件 - mouseleave() 方法jQuery 事件参考手册实例当鼠标指针离开元素时,改变元素的背景色:$("p").mouseleave(function(){ $("p").css("background-color","#E9E9E4");});亲自试一试定义和用法当鼠标指针离开元素时,会发生