Skip to content

Instantly share code, notes, and snippets.

@013231
Created October 11, 2012 12:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 013231/e60507bd224806dbfa19 to your computer and use it in GitHub Desktop.
Save 013231/e60507bd224806dbfa19 to your computer and use it in GitHub Desktop.
$('button').click(function() {
var count = 0;
return function() {
alert(++count);
};
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment