Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created July 24, 2012 02:10
Show Gist options
  • Save bittersweetryan/3167571 to your computer and use it in GitHub Desktop.
Save bittersweetryan/3167571 to your computer and use it in GitHub Desktop.
$("#once").one('mousedown mouseup click',function(){
console.log("click once");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment