上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页
摘要: 文件下载路径:https://i.cnblogs.com/Files.aspx ——vedio_js.zip 单独下载css/JS:http://xiaxiaoxia.top/Data/css/video-js.css,http://xiaxiaoxia.top/Data/js/video.min. 阅读全文
posted @ 2019-04-18 14:05 夏小夏吖 阅读(743) 评论(0) 推荐(0)
摘要: 在页面末尾加入这句话即可 阅读全文
posted @ 2019-04-11 14:22 夏小夏吖 阅读(5025) 评论(0) 推荐(0)
摘要: 距离二维码过期还剩秒,过期后自动刷新页面。 阅读全文
posted @ 2019-04-02 11:08 夏小夏吖 阅读(203) 评论(0) 推荐(0)
摘要: <script type="text/javascript">//微信浏览器端隐藏微信支付宝支付function isWeiXin() {var ua = window.navigator.userAgent.toLowerCase();console.log(ua); //mozilla/5.0 阅读全文
posted @ 2019-04-01 14:37 夏小夏吖 阅读(180) 评论(0) 推荐(0)
摘要: JQ动画 点击▶ ▼ 一、JQ鼠标事件 1.click()事件; 2.dbclick事件;(表单验证、全选、反选) 3.focusin();获取焦点事件,可作用于父级 ... 阅读全文
posted @ 2019-01-04 16:50 夏小夏吖 阅读(1536) 评论(0) 推荐(0)
摘要: 打开网页版本微信,按f12,以console台 输入下边这段代码 阅读全文
posted @ 2018-11-15 16:12 夏小夏吖 阅读(6661) 评论(0) 推荐(0)
摘要: 重点: 一、在百度地图生成器中,生成你要的地址——http://api.map.baidu.com/lbsapi/createmap/index.html 二、需要在百度地开发平台图申请一个AccessKey 秘钥——http://lbsyun.baidu.com/apiconsole/key 创建 阅读全文
posted @ 2018-07-11 14:23 夏小夏吖 阅读(7504) 评论(0) 推荐(0)
摘要: 步骤一:引入echarts相关JS库 <script src="echarts.js"></script> <script src="https://cdn.bootcss.com/echarts/4.1.0.rc2/extension/dataTool.min.js" type="text/jav 阅读全文
posted @ 2018-07-11 14:11 夏小夏吖 阅读(1757) 评论(0) 推荐(0)
摘要: //导航选中背景变色$('.x_menu ul li a').click(function(){$(this).addClass('x_on').parent().siblings().find('a').removeClass('x_on');}); 阅读全文
posted @ 2018-01-27 14:33 夏小夏吖 阅读(373) 评论(0) 推荐(0)
摘要: //固顶 $(window).scroll(function() { var top = $(window).scrollTop(); if(top>=1200){ $(".x_menu").addClass("x_fixed"); }else{ $(".x_menu").removeClass(" 阅读全文
posted @ 2018-01-27 14:32 夏小夏吖 阅读(290) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页