上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: <!-- 主容器 --> <view class="stepper"> <!-- 减号 --> <text class="{{minusStatus}}" bindtap="bindMinus">-</text> <!-- 数值 --> <input type="number" bindchange 阅读全文
posted @ 2020-01-20 15:09 ▍凉城空巷° 阅读(195) 评论(0) 推荐(0)
摘要: 转:https://blog.csdn.net/JamieCheung/article/details/80163986 // 点击div框外,关闭div$('#productDetailDiv').click(function(event) { $('#productDetailDiv').hid 阅读全文
posted @ 2019-12-05 11:10 ▍凉城空巷° 阅读(186) 评论(0) 推荐(0)
摘要: var Nearby = $("#Nearby").offset().top; //获取Nearby距离top的高度 mui('.mui-scroll-wrapper').scroll().scrollTo(0,-Nearby,100); //滑到Nearby处 阅读全文
posted @ 2019-11-05 09:40 ▍凉城空巷° 阅读(319) 评论(0) 推荐(0)
摘要: $(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 ▍凉城空巷° 阅读(2174) 评论(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 ▍凉城空巷° 阅读(705) 评论(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 ▍凉城空巷° 阅读(158) 评论(0) 推荐(0)
摘要: 转自https://www.cnblogs.com/Dark-fire-liehuo/p/10429476.html 阅读全文
posted @ 2019-07-23 15:33 ▍凉城空巷° 阅读(1425) 评论(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 ▍凉城空巷° 阅读(1291) 评论(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 ▍凉城空巷° 阅读(173) 评论(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 ▍凉城空巷° 阅读(565) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 12 下一页