jQuery mouseleave() 方法jQuery 事件方法实例当鼠标指针离开<p> 元素时,设置背景色为灰色: [mycode3 type='js'] $('p').mouseleave(function(){ ...
確定! 回上一頁