Namespace $.fn.swipe.directions

Namespace

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 »


Instance members

Instance PropertiesDefined By

Constant indicating the down direction. Value is "cancel". code »
Constant indicating the in direction. Value is "in". code »
Constant indicating the left direction. Value is "left". code »
Constant indicating the out direction. Value is "out". code »
Constant indicating the right direction. Value is "right". code »
Constant indicating the up direction. Value is "up". code »