摘要: var countDownTime = { init: function(a, b, c, d, e) { this.t = a, this.d = b, this.h = c, this.m = d, this.s = e }, start: function() { var a = this; 阅读全文
posted @ 2019-05-30 15:51 noonka 阅读(168) 评论(0) 推荐(0) 编辑
摘要: ! function(e) { var t = [], i = function(e, i) { i = i || {}; var n = !1; if ($.each(t, function(t, i) { this == e && (n = !0) }), n) return ! 1; t.pu 阅读全文
posted @ 2019-05-28 16:01 noonka 阅读(1271) 评论(0) 推荐(0) 编辑
摘要: //一键复制 function copyUrl2(yuansu, tangkuang) { var Url2 = $("#" + yuansu).text(); console.log(Url2); var oInput = document.createElement('input'); oInp 阅读全文
posted @ 2019-05-28 15:30 noonka 阅读(610) 评论(0) 推荐(0) 编辑
摘要: function update_num(num,upid){ var $up_n = $('#'+upid); var count = num; var number = 0; var str = ''; var index_invite = setInterval(function() { if 阅读全文
posted @ 2019-05-28 10:36 noonka 阅读(153) 评论(0) 推荐(0) 编辑
摘要: //短信倒计时 var countdown=60; function settime(obj) { if (countdown == 0) { obj.removeAttribute("disabled"); obj.value="获取验证码"; countdown = 60; $(".yam") 阅读全文
posted @ 2019-05-17 17:16 noonka 阅读(227) 评论(0) 推荐(0) 编辑
摘要: <div class="img_src"> <img src="./images/luo.png"></div> <ul class="ul_div"> <li class="current" data-src="./images/tihuan1.png">1</li> <li data-src=" 阅读全文
posted @ 2019-03-27 21:38 noonka 阅读(1227) 评论(0) 推荐(0) 编辑
摘要: .header_qian { width: 1.5rem; height: 1.5rem; background: rgba(250, 250, 250,0.7); border-radius: 50%; display: inline-block; position: relative;} .he 阅读全文
posted @ 2019-03-27 15:33 noonka 阅读(503) 评论(0) 推荐(0) 编辑
摘要: $(function(){ var urlstr = location.href; $(".nav li a").each(function () { if ((urlstr + '/').indexOf($(this).attr('href')) > -1&&$(this).attr('href' 阅读全文
posted @ 2019-03-22 18:27 noonka 阅读(154) 评论(0) 推荐(0) 编辑
摘要: //首页进入广告代码 (function(){ $(".pop_up h2") .click(function(){ $(".pop_up") .fadeOut(); $(".body_bg") .fadeOut(); }); window.onload=loadpopup(); var cooki 阅读全文
posted @ 2019-03-22 18:05 noonka 阅读(1782) 评论(0) 推荐(0) 编辑
摘要: //返回顶部 (function(){ function b(){ var h = $(window).height(); $('main').scroll(function(e){ var t = e.target.scrollTop; if(t > h){ $('#gotop').fadeIn( 阅读全文
posted @ 2019-03-22 18:04 noonka 阅读(222) 评论(0) 推荐(0) 编辑