$.fn.swipe
Constructor
Instance members
Instance Methods
Static members
Nested namespaces
The default configuration, and available options to configure touch swipe with.
You can set the default values by updating any of the properties prior to instantiation.
code »
The direction constants that are passed to the event handlers.
These properties are read only, attempting to change them will not alter the values passed to the event handlers.
code »
Constants representing the number of fingers used in a swipe. These are used to set both the value of
fingers
in the
options object, as well as the value of the fingers
event property.
These properties are read only, attempting to change them will not alter the values passed to the event handlers.
code »
The page scroll constants that can be used to set the value of
allowPageScroll
option
These properties are read only
code »
The phases that a touch event goes through. The
phase
is passed to the event handlers.
These properties are read only, attempting to change them will not alter the values passed to the event handlers.
code »