Skip to content

farmisen/jquery-qr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

jquery-qr: a jQuery plugin

jquery-qr is a jQuery plugin that create QR code image popups from <a> tags href values.

Usage

<html>
  <head>
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.js"></script>
    <script type="text/javascript" src="jquery-qr.js"></script>

    <script type="text/javascript">
      $(document).ready(function() {
        $("a").qr();
      });
    </script>
    
  </head>

  <body>
    <a href="http://www.google.com">Google</a><br/>
    <a href="mailto:duhduh@armisen.com">duhduh@armisen.com</a><br/>
  </body>

</html>

Inspired by:

Author

[Fabrice Armisen]

Other

MIT License

Copyright (c) 2010, Fabrice Armisen (farmisen [at] gmail [dot] com)

About

a jquery plugin to generate a QR code image popup from a tag's href value

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published