I have <div id="qrcode"></div>
Then jquery.qrcode.js plugin creates over a
` element with the QR Code.
So, i would like to put a <button>
element in the page for downloading that "image" (it's a canvas element) created on the fly.
Is it possible to do that?
jquery canvas image download