Skip to content

Instantly share code, notes, and snippets.

@rao123dk
Created June 29, 2018 11:30
Show Gist options
  • Save rao123dk/a6a43110ef5f67377d31812b7be5324b to your computer and use it in GitHub Desktop.
Save rao123dk/a6a43110ef5f67377d31812b7be5324b to your computer and use it in GitHub Desktop.
Multiple events on single element.
['mousemove', 'touchmove'].forEach(function(e) {
window.addEventListener(e, mouseMoveHandler);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment