Skip to content

Instantly share code, notes, and snippets.

@JohannesSundqvist
Created March 30, 2017 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohannesSundqvist/a190c3aa3e7e75cc8bd6da0b34041c5d to your computer and use it in GitHub Desktop.
Save JohannesSundqvist/a190c3aa3e7e75cc8bd6da0b34041c5d to your computer and use it in GitHub Desktop.
$(button1).click(function() {
$(button2).click(function() {
$(button3).click(function() {
$(button4).click(function() {
});
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment