jQuery API 中文文档 | jQuery 中文网
首页
浏览器支持
英文文档镜像
search
Search jQuery API Documentation
分类:
Version 1.0.4
All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery. Release Notes:
1.0.1
,
1.0.2
,
1.0.3
,
1.0.4
.
Events
>
Event Object
event.metaKey
表示事件触发时哪个Meta键被按下。
Events
>
Event Object
event.pageX
鼠标相对于文档的左边缘的位置(左边)。
Events
>
Event Object
event.pageY
鼠标相对于文档的顶部边缘的位置(坐标)。
Utilities
jQuery.globalEval()
在全局上下文下执行一些JavaScript代码。