Skip to content

Instantly share code, notes, and snippets.

@vladocar
Created June 10, 2012 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vladocar/2907526 to your computer and use it in GitHub Desktop.
Save vladocar/2907526 to your computer and use it in GitHub Desktop.
URL to QR Bookmarklet - jQuery
$("body").append("<div id='qrcode' style='position:absolute; top:0; left:0; z-index:99993; width:550px; height:550px;background-color:#fff; padding:49px; border:1px solid #ccc'><img src='http://chart.apis.google.com/chart?cht=qr&chs=500x500&choe=UTF-8&chld=H&chl="+window.location+"' /></div>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment