搬运自:https://blog.csdn.net/SonaEx/article/details/80879061 禁用: 启用: 注: 1. $("#id").attr("disabled","false");不起作用 2. disabled ...
function disabledMouseWheel var div document.getElementById divid if div.addEventListener div.addEventListener DOMMouseScroll , scrollFunc, false W C div.onmousewheel div.onmousewheel scrollFunc IE O ...
2018-08-31 18:33 0 1225 推荐指数:
搬运自:https://blog.csdn.net/SonaEx/article/details/80879061 禁用: 启用: 注: 1. $("#id").attr("disabled","false");不起作用 2. disabled ...
...
...
//键盘keyCode值对照表 <html> <head> <title>JS禁用键盘、鼠标操作</title> </head> <!--禁用键盘开始--> <script ...
参考大神写的,写博的时候网页关了,没找到原文地址,抱歉 ...
...
<!DOCTYPE html> <html> <head> < ...