标签: jQuery
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是否键被按下: $( …
jQuery event.which 属性
实例 Run this code » 返回哪个键盘键被按下: $("in…
jQuery event.type 属性
实例 Run this code » 返回哪种事件类型被触发: $("p…
jQuery event.timeStamp 属性
实例 Run this code » 返回鼠标左键第一次按下到最后一次抬…
jQuery event.target 属性
实例 Run this code » 返回哪个 DOM 元素触发了事件:…
jQuery event.stopPropagation() 方法
实例 Run this code » 阻止 click 事件冒泡到父元素…