点击穿透

136 阅读1分钟
<ul>
  <li><a href="https://developer.mozilla.org/">MDN</a></li>
  <li><a href="http://example.com">example.com</a></li>
</ul>

点击链接 example.com 时,不会跳转

a[href="http://example.com"] {
  pointer-events: none;
}