Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created July 24, 2012 02:09
Show Gist options
  • Save bittersweetryan/3167563 to your computer and use it in GitHub Desktop.
Save bittersweetryan/3167563 to your computer and use it in GitHub Desktop.
$("#once").one('click', { color: 'blue', size : 'xxl' }, function(e){
console.log('click once you ' + e.data.size + ' ' + e.data.color + ' rabbit.');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment