Skip to content

herrix/jquery-ap-qrcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jquery ap Qrcode Plugin

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

How to Use It

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.

More

jquery.ap.qrcode.js is available on github here under MIT license.

Note

"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/

About

jquery Autre planète QRcode Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors