久久资源网

自定义qrcode二维码插件

自定义qrcode二维码插件

2019-11-07 13:55:09 其它特效

售价:5.00积分 会员免费

特别声明:资源售价只是赞助,不代表代码或者素材本身点数。收取费用仅维持本站的日常运营所需!

自定义qrcode二维码插件

jQuery基于qrcode二维码插件,自定义生成带logo图片二维码图形样式代码。支持:二维码的后景色、前景色、中间的图片、宽度、高度、自动跳向该链接等设置。

 

使用方法

1、head引入css文件

<style>
#qrcode{width: 300px;margin: 20px auto;}
</style>

2、body引入部分

<div id="qrcode"></div>

<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/utf.js"></script>
<script type="text/javascript" src="js/qrcode.min.js"></script>
<script type="text/javascript">   
   $("#qrcode").qrcode({
        render : "canvas", //设置渲染方式,有table和canvas
        text : 'https://www.moyublog.com/', //扫描二维码后自动跳向该链接
        width : "300", //二维码的宽度
        height : "300", //二维码的高度
        background : "#ffffff", //二维码的后景色
        foreground : "#000000", //二维码的前景色
        src: 'images/logo.png', //二维码中间的图片
    });
</script>

资源出处:https://www.moyublog.com/codes/1299.html

关注微信