smzd

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-
  }

分类:

技术点:

相关文章:

  • 2021-11-28
  • 2021-11-28
  • 2021-11-28
  • 2021-11-28
  • 2022-12-23
  • 2021-11-28
  • 2021-11-28
  • 2021-11-28
猜你喜欢
  • 2021-11-28
  • 2021-07-18
  • 2021-06-09
  • 2022-01-22
相关资源
相似解决方案