Posts

Showing posts from September, 2019

Qr scanner working code

https://github.com/jbialobr/JsQRScanner

On change of content within div

$("body").on('DOMSubtreeModified', "#selector", function() {     // code here });