jeromeetienne / jquery-qrcode

qrcode generation standalone (doesn't depend on external services)
http://blog.jetienne.com/blog/2011/04/07/jquery-qrcode/
MIT License
4.84k stars 2.5k forks source link

Issue with multiple QR codes on same page #45

Closed mikekay01 closed 11 years ago

mikekay01 commented 11 years ago

I have noticed when your script creates the qr code it is generated as follows

div canvas img style(display:block...) div

When I have two qr codes on the screen one of the codes gets generated similarly but the img tag is styled (display:none).

For my purposes I am trying to use the img tags generated.

Do you have any issues managing multiple QR codes on a single page, if so please tell me what the limitations are if possible...?

Thanks