Skip to content

Instantly share code, notes, and snippets.

@olivernn
Created October 19, 2012 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olivernn/3917686 to your computer and use it in GitHub Desktop.
Save olivernn/3917686 to your computer and use it in GitHub Desktop.
Davis.js Modifier Keys Fix
<script src="http://code.jquery.com/jquery.min.js"></script>
<script src="https://raw.github.com/olivernn/davis.js/modifier-keys/davis.js"></script>
<a href="/foo">Foo</a>
<a href="/bar">Bar</a>
<script>
Davis(function () {
this.get('/foo', $.noop)
this.get('/bar', $.noop)
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment