文章分类 - Js/jQuery
摘要:$(document).ready(function(){ var Sys = {}; var ua = navigator.userAgent.toLowerCase(); var s; (s = ua.match(/msie ([\d.]+)/)) ? Sys.ie = s[1] : (s =
阅读全文
摘要:(function(){ if (window.history && window.history.pushState) { $(window).on('popstate', function () { //do something }); } window.history.pushState('f
阅读全文
摘要:效果如下: JS 部分: //@ sourceURL=selectleftright.js/** * Created by db on 2017/8/4. 依赖Bootstrap,jQuery */ if (typeof SLR !== "object") { SLR = {};} (functio
阅读全文
摘要:1 html <div class="row"> <div class="form-group"> <label for="" class="col-lg-3 control-label">病毒库文件上传<span style="color:red"> *</span></label> <
阅读全文
摘要:1 HTMl 部分 <!--选择水印图片--> <div class="form-group" hidden = "hidden" id="imgdiv"> <label for="nameText" class="col-lg-4 control-label"><span class="txt-i
阅读全文