Skip to content

kbisnotzombie/jquery-qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. It is based on a library which build qrcode in various language. jQuery.qrcode.js wraps it to make it easy to include in your own code.

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. see it live.

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 :)

About

qrcode generation standalone (doesn't depend on external services)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.4%
  • HTML 15.6%
  • Makefile 3.0%