文章分类 -  Js/jQuery

该文被密码保护。
posted @ 2018-08-12 22:31 rocky-2013 阅读(29) 评论(0) 推荐(0) 编辑
摘要:$(document).ready(function(){ var Sys = {}; var ua = navigator.userAgent.toLowerCase(); var s; (s = ua.match(/msie ([\d.]+)/)) ? Sys.ie = s[1] : (s = 阅读全文
posted @ 2017-12-07 14:58 rocky-2013 阅读(107) 评论(0) 推荐(0) 编辑
摘要:(function(){ if (window.history && window.history.pushState) { $(window).on('popstate', function () { //do something }); } window.history.pushState('f 阅读全文
posted @ 2017-12-05 10:46 rocky-2013 阅读(123) 评论(0) 推荐(0) 编辑
摘要:效果如下: JS 部分: //@ sourceURL=selectleftright.js/** * Created by db on 2017/8/4. 依赖Bootstrap,jQuery */ if (typeof SLR !== "object") { SLR = {};} (functio 阅读全文
posted @ 2017-11-23 17:14 rocky-2013 阅读(122) 评论(0) 推荐(0) 编辑
摘要:1 html <div class="row"> <div class="form-group"> <label for="" class="col-lg-3 control-label">病毒库文件上传<span style="color:red">&nbsp;*</span></label> < 阅读全文
posted @ 2017-11-22 09:39 rocky-2013 阅读(77) 评论(0) 推荐(0) 编辑
摘要:1 HTMl 部分 <!--选择水印图片--> <div class="form-group" hidden = "hidden" id="imgdiv"> <label for="nameText" class="col-lg-4 control-label"><span class="txt-i 阅读全文
posted @ 2017-11-22 09:31 rocky-2013 阅读(55) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2016-12-10 21:20 rocky-2013 阅读(44) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示