Skip to content

Instantly share code, notes, and snippets.

@kbk0125
Last active April 7, 2016 03:43
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 kbk0125/609e1f8693f9b7a333dc8b1375b3c7aa to your computer and use it in GitHub Desktop.
Save kbk0125/609e1f8693f9b7a333dc8b1375b3c7aa to your computer and use it in GitHub Desktop.
A simple jQuery callback
$('.myButton').click(function(){
$('.secondEl').show();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment