Skip to content

Instantly share code, notes, and snippets.

@sibsfinx
Last active December 29, 2015 08:09
Show Gist options
  • Save sibsfinx/7641711 to your computer and use it in GitHub Desktop.
Save sibsfinx/7641711 to your computer and use it in GitHub Desktop.
#= require hammerjs/dist/hammer.min
#= require jquery.hammer/jquery.hammer.min
$ ->
$(document).hammer()
$(document).on 'click', 'a', (e) -> e.preventDefault(); false
$(document).on 'tap', 'a', (e) -> window.location.href = e.currentTarget.href
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment