分享编程~
 

JavaScript二维码生成插件jquery.qrcode.js

jquery.qrcode.js 是一个能够在客户端生成矩阵二维码的jquery插件 ,使用简单,可以很方便的在页面上生成二维条码。

天天特卖抢好货

jquery.qrcode.js 是一个能够在客户端生成矩阵二维码的jquery插件 ,使用简单,可以很方便的在页面上生成二维条码。

使用方法引入jquery库和jquery.qrcode库,调用qrcode即可,源码实例:

<!DOCTYPE html>
<html>
 <head>
  <title>Demo page</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 <body>
  <p> TODO make a nice looking pure client qrcode generator even allow download of the image </p>
  <div id="output"></div>
  <script src="jquery-1.10.2.min.js"></script>
  <script type="text/javascript" src="jquery.qrcode.min.js"></script>
  <script>
	jQuery(function(){
		jQuery('#output').qrcode("https://www.yj521.com");
	})
 </script>
 </body>
</html>

完整示例源码下载:

链接:https://pan.baidu.com/s/10Zcc2pMs6mqbpLJTwyp9GQ 

提取码:mmd4 


上一篇:移动端二维码扫描登录web电脑端实时检测扫码状态下一篇:jquery库实时更新所有版本下载
赞(0) 踩(0)
您说多少就多少,您的支持是我最大的动力
赏金
微 信
赏金
支付宝
本文连接: https://www.yj521.com/article/88.html
版权声明: 本文为原创文章,版权归《越加网》所有,分享转载请注明出处!