QR Tooltips for jQuery Hello there! This is a test project by Konstantin Kovshenin, a code junkie from Moscow. This simple script allows you to add QR popups to your links. It's free and easy to use! Just include a stylesheet and a javascript file to your webpage, fire a jQuery command and voila! jQuery(document).ready(function() { jQuery('a').qr(); }); Yup! As easy as that! Check out the live dem