作者: Mr Luo
jQuery load() 方法
实例 Run this code » 当图像全部加载时警报文本: $("…
jQuery live() 方法
实例 Run this code » 当点击按钮时,隐藏或显示 <…
jQuery keyup() 方法
实例 Run this code » 当键盘键被松开时,设置 <i…
jQuery keypress() 方法
实例 Run this code » 计算在 <input>…
jQuery keydown() 方法
实例 Run this code » 当键盘键被按下时,设置 <i…
jQuery hover() 方法
实例 Run this code » 当鼠标指针悬停在上面时,改变 &l…
jQuery focusout() 方法
实例 Run this code » 当 <div> 元素或…
jQuery focusin() 方法
实例 Run this code » 当 <div> 元素或…
jQuery focus() 方法
实例 Run this code » 添加函数到 focus 事件。当 …
jQuery event.metakey 属性
实例 Run this code » 返回meta是否键被按下: $( …