Skip to content

Instantly share code, notes, and snippets.

@dalmaer
Created April 10, 2011 05:03
Show Gist options
  • Save dalmaer/912061 to your computer and use it in GitHub Desktop.
Save dalmaer/912061 to your computer and use it in GitHub Desktop.
// draw a URL that the reader can pick up and launch a browser say
// basic library
draw_qrcode("http://functionsource.com/");
// jQuery plugin
jquery('#insertit').qrcode("http://functionsource.com/");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment