*
You can assign event handlers in two ways; as callback handlers in the options object, or as
event listeners using the jQuery $.on
/$.off
event registration.
Both methods are exactly the same, and can be removed / added again with $.on
/$.off
The example below logs both approaches whilst you swipe.
$.on
/$.off
are logged in bold.