Skip to content

Instantly share code, notes, and snippets.

@richcollins
Created October 28, 2010 00:45
Show Gist options
  • Save richcollins/650347 to your computer and use it in GitHub Desktop.
Save richcollins/650347 to your computer and use it in GitHub Desktop.
<a onclick="timer = setTimeout(function () {window.location='/foo'}, 1000);" onDblclick="window.clearTimeout(timer);" >foo</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment