No description
Find a file
Jerome Etienne e79201608a more work
2011-04-07 09:22:32 +02:00
examples more work 2011-04-07 09:22:32 +02:00
src more work 2011-04-07 09:03:28 +02:00
index.html more work 2011-04-07 09:22:32 +02:00
jquery.qrcode.min.js more work 2011-04-07 09:22:32 +02:00
Makefile more work 2011-04-07 09:22:32 +02:00
MIT-LICENSE.txt more work 2011-04-07 09:22:32 +02:00
README.md more work 2011-04-07 09:22:32 +02:00

jQuery.qrcode.js

With jQuery.qrcode.js you can easily add qrcode to your webpages. It is standalone, no external services which go on and off, or add latency while loading.

Show, dont tell, here is a demo

How to Use It

First include it in your webpage with the usual script tag

<script type="text/javascript" src="jquery.qrcode.min.js"></script>

Then create a DOM element which gonna contains the generated qrcode image. Lets say a div

<div id="qrcode"></div>

Then you add the qrcode in this container by

jQuery('#qrcode').qrcode("this plugin is great");

This is it.

Conclusion

MicroEvent.js is available on github here under MIT license. If you hit bugs, fill issues on github. Feel free to fork, modify and have fun with it :)