jquery.ap.qrcode.js is jquery plugin for a browser qrcode generation.
It allow you to easily add qrcode to your webpages.
It is based on a library which build qrcode in various language.
jquery.ap.qrcode.js wraps it to make it easy to include in your own site or services.
Here is a Howto use jquery QRcode generator Plugin
GUI Demo jquery qrcode generator
First include jquery.js, qrcode.js and jquery.ap.qrcode.js in your webpage with script tag
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="qrcode.js"></script> <script type="text/javascript" src="jquery.ap.qrcode.js"></script>Then create a DOM element contains the generated qrcode
<div id="qrcode"></div>
Add the qrcode in this container
$('#qrcode').qrcode("I'm sorry Dave, I'm afraid I can't do that !");
There is a Cool Online qr code generator Online qrcode generator.
jquery.ap.qrcode.js is available on github here under MIT license.
"QR Code™" is registered trademark of DENSO WAVE INCORPORATED QR Code™ javascript (qrcode.js) Copyright (c) 2009 Kazuhiko Arase http://www.denso-wave.com/en/adcd/