1.到网站jquery.qrcode.js 下载最新版,加到项目里
2.引用js
3.建一个dom
<div id="qrcode">div>
4.js生成二维码:
jquery('#qrcode').qrcode("this plugin is great");
也可以定义尺寸:
jquery('#qrcode').qrcode({width: 64,height: 64,text: "size doesn't matter"});
参考网址:
https://github.com/jeromeetienne/jquery-qrcode
https://github.com/omcg33/jquery.limarquee
使用方法
1、引入文件
<link rel="stylesheet" href="/css/liMarquee.css">
<script src="/js/jquery-1.9.0.min.js">script>
<script src="/js/jquery.liMarquee.js">script>
2、HTML
<div class="dowebok">jQuery无缝滚动插件liMarqueediv>
3、JavaScript
$(function(){
$('.dowebok').liMarquee();
});
参考:
http://www.dowebok.com/188.html