Skip to content

Instantly share code, notes, and snippets.

@linmx0130
Last active December 18, 2015 08:59
Show Gist options
  • Save linmx0130/5758172 to your computer and use it in GitHub Desktop.
Save linmx0130/5758172 to your computer and use it in GitHub Desktop.
Create some click events without for...
$("#Player1").click(function(){setMeToTwo(1);});
$("#Player2").click(function(){setMeToTwo(2);});
$("#Player3").click(function(){setMeToTwo(3);});
$("#Player4").click(function(){setMeToTwo(4);});
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment