jQuery blur() 方法jQuery 事件方法实例添加函数到blur 事件。当<input> 字段失去焦点时发生blur 事件: $('input').blur(function(){ alert('输入框失去了焦点');}); ...
確定! 回上一頁