Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.13 KB

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)