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
相关资源
-
下载
2023-03-30
-
下载
2023-01-11
-
下载
2021-06-07
-
下载
2023-02-11
-
下载
2022-12-07