jquery-qrcode/examples/basic.html
Jerome Etienne e7741e99e7 more work
2011-04-07 09:32:28 +02:00

15 lines
330 B
HTML

<html>
<head>
<title>basic example</title>
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script type="text/javascript" src="../jquery.qrcode.min.js"></script>
<div id="qrcode"></div>
<script>
jQuery('#qrcode').qrcode("this plugin is great");
</script>
</body>
</html>