QRCode Canvas

by evnchn

HTML

<div>
    qr code here: <span></span>
    <div id=qr></div>
</div>

JavaScript

$(function() {
    var code =...