cozmo / jsQR

A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.
https://cozmo.github.io/jsQR/
Apache License 2.0
3.7k stars 607 forks source link

cant make work with jquery #95

Closed subdesign closed 6 years ago

subdesign commented 6 years ago

On the page where qr scanning needed there are Jquery code also, but loading the Jquery lib kills the jsQR script, no video appears. I tried JQuery 1,2,3.. If it shouldn't be so, what do you recommend to make this work? For example I have to pass the scanned code result to a php backend with ajax. thanks

subdesign commented 6 years ago

ok it was an issue in code, fixed that now works well