Methods
-
preventDefault
-
prevent the browser default actions mostly used to disable scrolling of the browser
- Source:
- ../js/jheatmap-1.0.0.js, line 5300
-
stopDetect
-
immediately stop gesture detection might be useful after a swipe was detected
- Source:
- ../js/jheatmap-1.0.0.js, line 5322
Returns:
- Type
- *
-
stopPropagation
-
stop bubbling the event up to its parents
- Source:
- ../js/jheatmap-1.0.0.js, line 5313