jQuery.globalEval()
jQuery.globalEval( code )Returns: Description: Execute some JavaScript code globally. version added: 1.0.4jQuery.globalEval( code ) code Type: String The JavaScript code to execute. This method...
View Articleevent.pageY
event.pageYReturns: Number Description: The mouse position relative to the top edge of the document. version added: 1.0.4event.pageY Example: Show the mouse position relative to the left and top edges...
View Articleevent.pageX
event.pageXReturns: Number Description: The mouse position relative to the left edge of the document. version added: 1.0.4event.pageX Example: Show the mouse position relative to the left and top...
View Articleevent.metaKey
event.metaKeyReturns: Boolean Description: Indicates whether the META key was pressed when the event fired. version added: 1.0.4event.metaKey Returns a boolean value (true or false) that indicates...
View Article