Welcome aboard! We are happy you are here and wish you good net-raft!
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>
$(document).ready(function () {
var url = $(location).attr('href');
$("div").html("<img src='https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl=" + url + "&choe=UTF-8' alt='QR code' />\n");
});
</script>
</head>
<body>
<div></div>
</body>
</html>
The most helpful JQUERY solutions