Interface: IJQueryEventObject

IJQueryEventObject

JQuery event object used in conjunction with keyboard and mouse events.

Source:

Members


altKey :boolean

Whether or not the ALT key was down during the event.

Type:
  • boolean
Source:

ctrlKey :boolean

Whether or not the CTRL key was down during the event.

Type:
  • boolean
Source:

metaKey :boolean

Whether or not the META key was down during the event.

Type:
  • boolean
Source:

shiftKey :boolean

Whether or not the SHIFT key was down during the event.

Type:
  • boolean
Source:

keyCode :number

The keycode of the event.

Type:
  • number
Source:

data :*

Data object associated with the event.

Type:
  • *
Source:

Methods


preventDefault()

Prevents the default action of the event.

Source:

stopPropagation()

Stops propagation of the event.

Source: