<html>
<head>
<script src="jquery.min.js"></script>
<script src="jquery.qrcode.min.js"></script>
<script type="text/JavaScript">
$function(){
$("#coffee").html("aaaaa");
$("#coffee").qrcode({text:"http://plugout.hatenablog.com/"});
};
</script>
</head>
<body>
<div id="coffee"></div>
</body>
</html>