Posts by user135416 • 1 point
1 post
-
-1
votes1
answer78
viewsQ: Display qrcode in an alert
I have this code: $("#exemplo1").click(function(){ $('#codigoQrCode').qrcode(JSON.stringify('teste')); //se vcs clicarem aqui, aparecerá o qrcode(canvas) }); $("#exemplo2").click(function(){…