摘要: (function( $ ){ $.fn.qrcode = function(options) { // if options is string, if( typeof options 'string' ){ options = { text: options }; } // set defaul 阅读全文
posted @ 2018-08-13 11:04 一百百 阅读(183) 评论(0) 推荐(0) 编辑
摘要: // // QRCode for JavaScript//// Copyright (c) 2009 Kazuhiko Arase//// URL: http://www.d-project.com///// Licensed under the MIT license:// http://www. 阅读全文
posted @ 2018-08-13 11:03 一百百 阅读(907) 评论(0) 推荐(0) 编辑
摘要: $(function () { document.body.className = localStorage.getItem('config-skin'); $("[data-toggle='tooltip']").tooltip();})$.reload = function () { locat 阅读全文
posted @ 2018-08-13 11:02 一百百 阅读(955) 评论(0) 推荐(0) 编辑
摘要: 直接在前台生成的不需要经过后台:所以用JS较多 <script src="~/Scripts/jquery-1.10.2.js"></script><script src="~/Scripts/jquery-1.10.2.min.js"></script><script src="~/Scripts 阅读全文
posted @ 2018-08-13 11:01 一百百 阅读(105) 评论(0) 推荐(0) 编辑