free high quality QR-CODE maker absolutely for free tool
Generate Warning! Please Enter Something... ?- function chartCall(value) { return $(' ').text(value).html(); } $('#close-qr-error').on("click", function(){ $('#qr-error-msg').hide(); }); $(function () { $('#qr-error-msg').hide(); $('#qr-call-btn').click(function () { if($('#qr-input-content').val() != 0){ $('#qr-error-msg').hide(); $("#qr-download-section").empty(); let finalURL = 'https://chart.googleapis.com/chart?cht=qr&chl=' + chartCall($('#qr-input-content').val()) + '&chs=200x200&chld=L|0'; var qrImg = " "; $("#qr-download-section").append(qrImg); $('.qr-code').attr('src', finalURL); var qrSpace = " "; var qrDwnldBtn= " Download "; $("#qr-download-section").append(qrSpa...