摘要:
<meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="renderer" content="webkit"> 阅读全文
2017年9月7日
2017年9月4日
摘要:
//输入框正在输入时 $("#ipt").on('input',function(){ if(!($('#ipt').val()=='')){ $(".cancle_ico").removeClass('hide'); }else{ $(".cancle_ico").addClass('hide') 阅读全文
2017年9月1日
2017年8月30日
摘要:
E:\apaqi\apache\conf\httpd.conf: 242 # symbolic links and aliases may be used to point to other locations. 243 # 244: DocumentRoot "F:\newsvn\codeing" 阅读全文
摘要:
-webkit-tap-highlight-color 这个属性只用于iOS (iPhone和iPad)。当你点击一个链接或者通过Javascript定义的可点击元素的时候,它就会出现一个半透明的灰色背景。要重设这个表现,你可以设置-webkit-tap-highlight-color为任何颜色。 阅读全文
2017年8月24日
摘要:
currentTarget始终是监听事件者,而target是事件的真正发出者。 阅读全文
2017年7月28日
摘要:
select的width包括了border,而input不包括 阅读全文
2017年7月21日
摘要:
1.采用Link方法跳转 <Link to="/Index2" > 不要用link,回不来,也不能next </Link> 2.用context控制路由跳转: 通过添加一个点击事件:绑定一个函数 usb(event){ const path='/Index2'; this.context.route 阅读全文
2017年7月20日
摘要:
首先,原理是一样的: http://www.cnblogs.com/xianyulaodi/p/5634843.html 阅读全文