jQuery mouseout () 方法jQuery 事件方法实例当鼠标指针离开<p> 元素时,设置背景色为灰色: $('p').mouseout(function(){ $('p').css('background-color','gray'); } ...
確定! 回上一頁