Skip to content

Instantly share code, notes, and snippets.

@benfoxall
Created March 3, 2015 20:07
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 benfoxall/92a3a0ed3df45d4f6cca to your computer and use it in GitHub Desktop.
Save benfoxall/92a3a0ed3df45d4f6cca to your computer and use it in GitHub Desktop.
jQuery in the real world
// listen to this music
$('button').click(playMusic)
// see how awesome my cat is
$('img.cat').fullScreen()
// share some art
$('canvas').on('touchmove', draw)
// I'll bring you food
$.post('/burrito-order')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment