jQuery Event Properties

You are Here:

jQuery Event Properties

The following are the list of Event properties available in jQuery.

MethodExplanation
currentTargetReturns the current DOM element within the event bubbling phase.
dataContains the optional object of data passed to an event method when the current executing handler is bound.
delegateTargetReturns the element where the currently-called jQuery event handler was attached.
metaKeyIndicates whether the META key was pressed when the event fired.
namespaceReturns the custom namespace when the event was triggered.
pageXReturns the mouse position relative to the left edge of the document.
pageYReturns the mouse position relative to the top edge of the document.
relatedTargetReturns which element being entered or exited on mouse movement.
resultContains the last value returned by an event handler that was triggered by this event.
targetReturns which DOM element initiated the event.
timeStampReturns the difference in milliseconds between the time the browser created the event and January 1, 1970.
typeReturns which event type was triggered.
whichReturns which keyboard key or mouse button was pressed for the event.

Reminder

Hi Developers, we almost covered 99.5% of jQuery Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in jQuery.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author