HTML中Select不用Disabled实现ReadOnly的另类实现. 

<select onbeforeactivate="return false" onfocus="this.blur()" onmouseover="this.setCapture()" onmouseout="this.releaseCapture()">
<option>1</option>
</select>

相关文章:

  • 2022-12-23
  • 2021-06-13
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
猜你喜欢
  • 2022-12-23
  • 2022-01-19
  • 2022-12-23
  • 2022-03-09
  • 2021-07-06
  • 2022-12-23
  • 2021-03-28
相关资源
相似解决方案