上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: $(document).ready(function(){ setInterval(function(){ var StartTimeText = new Date().getTime(); //当前时间 var djstime = $(".EndTimeText").html() * 1000 - StartTimeText; //结束时间减去当前时间 var hours = parseInt( 阅读全文
posted @ 2019-09-30 17:18 ▍凉城空巷° 阅读(2148) 评论(0) 推荐(0) 编辑
摘要: <img src="img/putao.png" width="100px" height="80px"> <script type="text/javascript" src="js/jquery-1.10.2.min.js"></script> <script type="text/javascript"> $(function() { setInterval(function(){ $('i 阅读全文
posted @ 2019-09-12 11:10 ▍凉城空巷° 阅读(671) 评论(0) 推荐(0) 编辑
摘要: var isCheckAll = false; function swapCheck() { if (isCheckAll) { $("input[type='checkbox']").each(function() { this.checked = false; }); isCheckAll = false; } else { $("input[type='checkbox']").each(f 阅读全文
posted @ 2019-09-04 14:37 ▍凉城空巷° 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 转自https://www.cnblogs.com/Dark-fire-liehuo/p/10429476.html 阅读全文
posted @ 2019-07-23 15:33 ▍凉城空巷° 阅读(1399) 评论(0) 推荐(0) 编辑
摘要: 超出显示省略号 overflow: hidden;white-space: nowrap;text-overflow: ellipsis; 两行之后超出显示省略号 text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow 阅读全文
posted @ 2019-07-16 16:16 ▍凉城空巷° 阅读(1273) 评论(0) 推荐(0) 编辑
摘要: .Khuachu { animation: myfirst 0.5s; -webkit-animation: myfirst 0.5s; /* Safari and Chrome */ display: block;} @keyframes myfirst { from { position: fi 阅读全文
posted @ 2019-06-20 17:26 ▍凉城空巷° 阅读(169) 评论(0) 推荐(0) 编辑
摘要: function browserRedirect() { var sUserAgent = navigator.userAgent.toLowerCase(); var bIsIpad = sUserAgent.match(/ipad/i) == "ipad"; var bIsIphoneOs = sUserAgent.match(/iphone ... 阅读全文
posted @ 2019-06-14 09:55 ▍凉城空巷° 阅读(538) 评论(0) 推荐(0) 编辑
摘要: mui('.mui-bar-tab').on('tap','a',function(){document.location.href=this.href;}); 阅读全文
posted @ 2019-06-12 17:33 ▍凉城空巷° 阅读(180) 评论(0) 推荐(0) 编辑
摘要: <div class="Insert" data-id="Y1">心悦<span>+</span></div> <div class="Insert" data-id="Y2">煊赫门<span>+</span></div> <div class="Insert" data-id="Y3">利群<s 阅读全文
posted @ 2019-05-16 16:05 ▍凉城空巷° 阅读(299) 评论(0) 推荐(0) 编辑
摘要: CSS HTML JavaScript <script type="text/javascript" src="js/jquery-1.10.2.min.js"></script><script type="text/javascript" src="js/jquery.countdown.js"> 阅读全文
posted @ 2019-05-10 14:53 ▍凉城空巷° 阅读(295) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页