Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
JQueryMouseEventObject
Interface JQueryMouseEventObject
Interface of the JQuery extension of the W3C event object
Hierarchy
JQueryInputEventObject
JQueryMouseEventObject
JQueryEventObject
Index
Properties
AT_TARGET
BUBBLING_PHASE
CAPTURING_PHASE
altKey
bubbles
button
cancelBubble
cancelable
clientX
clientY
ctrlKey
currentTarget
data
defaultPrevented
delegateTarget
eventPhase
isTrusted
metaKey
namespace
offsetX
offsetY
pageX
pageY
relatedTarget
result
screenX
screenY
shiftKey
srcElement
target
timeStamp
type
which
Methods
initEvent
isDefaultPrevented
isImmediatePropogationStopped
isPropagationStopped
preventDefault
stopImmediatePropagation
stopPropagation
Properties
public
AT_TARGET
:
number
public
BUBBLING_PHASE
:
number
public
CAPTURING_PHASE
:
number
public
altKey
:
boolean
public
bubbles
:
boolean
public
button
:
number
public
cancelBubble
:
boolean
public
cancelable
:
boolean
public
clientX
:
number
public
clientY
:
number
public
ctrlKey
:
boolean
public
currentTarget
:
EventTarget
public
data
:
any
public
defaultPrevented
:
boolean
public
delegateTarget
:
Element
public
eventPhase
:
number
public
isTrusted
:
boolean
public
metaKey
:
boolean
public
namespace
:
string
public
offsetX
:
number
public
offsetY
:
number
public
pageX
:
number
public
pageY
:
number
public
relatedTarget
:
Element
public
result
:
any
public
screenX
:
number
public
screenY
:
number
public
shiftKey
:
boolean
public
srcElement
:
Element
public
target
:
EventTarget
public
timeStamp
:
number
public
type
:
string
public
which
:
number
Methods
public
initEvent
(
eventTypeArg
:
string
, canBubbleArg
:
boolean
, cancelableArg
:
boolean
)
Parameters
eventTypeArg:
string
canBubbleArg:
boolean
cancelableArg:
boolean
public
isDefaultPrevented
(
)
:
boolean
Returns
boolean
public
isImmediatePropogationStopped
(
)
:
boolean
Returns
boolean
public
isPropagationStopped
(
)
:
boolean
Returns
boolean
public
preventDefault
(
)
:
any
Returns
any
public
stopImmediatePropagation
(
)
public
stopPropagation
(
)
Globals
jquery
moment