jquery-qr is a jQuery plugin that create QR code image popups from <a> tags href values.
<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:[email protected]">[email protected]</a><br/>
</body>
</html>
- New AndroidPolice.com Feature: Instant QR Magic - Hover On Any Link In Any Post To Get The Corresponding QR Code by Artem Russakovskii
[Fabrice Armisen]
Copyright (c) 2010, Fabrice Armisen (farmisen [at] gmail [dot] com)