日期:2014-05-16  浏览次数:20317 次

javascript事件参考3

javascript事件查询综合

功能函数 描述
click() 对象.click() 使对象被点击
closed 对象.closed 对象窗口是否已关闭true/false
clearTimeout(对象) 清除已设置的setTimeout对象
clearInterval(对象) 清除已设置的setInterval对象
confirm("提示信息") 弹出确认框,确定返回true取消返回false
cursor:样式 更改鼠标样式 hand crosshair text wait help default auto e/s/w/n-resize
event.clientX 返回最后一次点击鼠标X坐标值
event.clientY 返回最后一次点击鼠标Y坐标值
event.offsetX 返回当前鼠标悬停X坐标值
event.offsetY 返回当前鼠标悬停Y坐标值
document.lastModified <