Skip to content

Instantly share code, notes, and snippets.

@ZenCocoon
Created September 4, 2010 06:57
Show Gist options
  • Select an option

  • Save ZenCocoon/564976 to your computer and use it in GitHub Desktop.

Select an option

Save ZenCocoon/564976 to your computer and use it in GitHub Desktop.
var handler = $('content').on('click', function(event) {
console.log('ok');
handler.stop();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment