Skip to content

Instantly share code, notes, and snippets.

@oliverswitzer
Created February 24, 2014 18:48
Show Gist options
  • Save oliverswitzer/9194400 to your computer and use it in GitHub Desktop.
Save oliverswitzer/9194400 to your computer and use it in GitHub Desktop.
jQuery example
$('div').on("click", function() {
console.log("I'm a callback function and I'm currently getting called!");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment