前端兼容性
Posted smzd
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了前端兼容性相关的知识,希望对你有一定的参考价值。
js 阻止冒泡
在w3c中使用stopPropagation()
ie下设置cancelBubble = true
css兼容
各个浏览器带margin、padding组件样式兼容前缀
-moz-appearance: none; // Firefox 40+
-webkit-appearance: none; // Chrome 45+
&::-ms-expand {
display: none; // Edge 12+, Internet Explorer 11-
}
以上是关于前端兼容性的主要内容,如果未能解决你的问题,请参考以下文章