2016年10月27日
摘要:
若要显示:当前日期加时间(如:2009-06-12 12:00) function CurentTime() { var now = new Date(); var year = now.getFullYear(); //年 var month = now.getMonth() + 1; //月 v
阅读全文
posted @ 2016-10-27 15:40
hezemin
阅读(118)
推荐(0)
2016年10月17日
摘要:
$(function(){ $("#filterName").keyup(function(){ $("table tbody tr") .hide() .filter(":co...
阅读全文
posted @ 2016-10-17 23:18
hezemin
阅读(129)
推荐(0)
2016年10月16日
摘要:
上面是渐变的兼容性写法 2. ie6 7 下div浮动之后marginbottom会失效 解决办法是用padding 3.倾斜 旋转不兼容 直接切图
阅读全文
posted @ 2016-10-16 10:26
hezemin
阅读(116)
推荐(0)
2016年10月15日
摘要:
.triangle_up { width:0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 4px solid #cccccc; }
阅读全文
posted @ 2016-10-15 17:33
hezemin
阅读(109)
推荐(0)