html中禁用div

参考网址:https://blog.csdn.net/fromfire2/article/details/75131005

<div class="demo"></div>

由于div没有disabled属性,禁用div可以使用增加样式的方法:

<div class="demo" style="pointer-events:none;"></div>

 

posted @ 2018-06-26 18:04  bud  阅读(2570)  评论(0编辑  收藏  举报