摘要: 动态显示百分圆 阅读全文
posted @ 2017-12-27 14:03 柒叶 阅读(465) 评论(0) 推荐(0) 编辑
摘要: html js代码 阅读全文
posted @ 2017-12-07 13:51 柒叶 阅读(9006) 评论(0) 推荐(1) 编辑
摘要: 1、css3动画是怎样实现的? 利用animation属性制作动画,通过不同的keyframe实现效果。 2、p:nth-of-type(2) 和 p:nth-child(2) 选择器的区别? p:nth-of-type(2) :选择父标签下的第二个段落子元素; p:nth-child(2) :首先 阅读全文
posted @ 2017-10-10 20:26 柒叶 阅读(442) 评论(4) 推荐(0) 编辑
摘要: 常用垂直居中方法: 阅读全文
posted @ 2017-04-27 16:39 柒叶 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 动态获取当前时间 阅读全文
posted @ 2017-04-21 10:44 柒叶 阅读(438) 评论(0) 推荐(0) 编辑
摘要: html: JS: 阅读全文
posted @ 2017-03-09 09:46 柒叶 阅读(858) 评论(0) 推荐(0) 编辑
摘要: js代码 第二种方式: 阅读全文
posted @ 2017-02-16 14:42 柒叶 阅读(156) 评论(0) 推荐(0) 编辑
摘要: window.onload = function () { var u = navigator.userAgent; if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) {//安卓手机 alert("安卓手机"); // window.location.href = "mobile/index.htm... 阅读全文
posted @ 2017-02-16 14:38 柒叶 阅读(3921) 评论(0) 推荐(1) 编辑
摘要: $("#fileupload").on("change",function(){ var filePath=$(this).val(); if(filePath){ $(".fileerrorTip").html("").hide(); var arr=filePath.split('\\'); ... 阅读全文
posted @ 2017-02-15 17:28 柒叶 阅读(8254) 评论(0) 推荐(1) 编辑
摘要: js代码: 阅读全文
posted @ 2016-11-17 15:48 柒叶 阅读(2331) 评论(0) 推荐(3) 编辑