URL to QR Code Generator

Free URL to QR Code Generator


Image will show here
"); // If Input Is Blank return false; } else { if( $("#image").is(':empty')) { //QR Code Image $("#image").append("qr"); //This Provide An Image Download Link $("#link").append("Download QR Code"); //This Provide the Image Link Path In Text $("#code").append("

Image Link: http://chart.apis.google.com/chart?cht=qr&chl=" + data + "&chs=" + size + "

"); return false; } else { $("#image").html(""); $("#link").html(""); $("#code").html(""); //QR Code Image $("#image").append("qr"); //This Provide An Image Download Link $("#link").append("Download QR Code"); //This Provide the Image Link Path In Text $("#code").append("

Image Link: http://chart.apis.google.com/chart?cht=qr&chl=" + data + "&chs=" + size + "

"); return false; } } });
Share This post
Facebook
Twitter
LinkedIn
Email
WhatsApp
Print
Visited 15 times, 1 visit(s) today

Leave a comment