Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
    <link rel="stylesheet" type="text/css" href="//www.shieldui.com/shared/components/latest/css/shieldui-all.min.css" />
    <script type="text/javascript" src="//www.shieldui.com/shared/components/latest/js/jquery-1.10.2.min.js"></script>
    <script type="text/javascript" src="//www.shieldui.com/shared/components/latest/js/shieldui-all.min.js"></script>
</head>
<body>
  <div id="container" style="margin:auto; margin-top:150px;"></div>
</body>
</html>
  
 
$(function() {   
   $("#container").shieldQRcode({
            mode: "Byte",
            size: 200,
            errorLevel: "L",
            value: "ShieldUI QR Code"
        });
  
  });
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
davejohnson77pro
0viewers