wby-666

js设置按钮的灰色不可点击

document.getElementById("btnSave").setAttribute("disabled", true);//设置不可点击

document.getElementById("btnSave").style.backgroundColor  = \'#555555\';//设置背景色

document.getElementById("btnSave").removeAttribute("disabled");//去掉不可点击

window.parent.location.href = url;//调用父页面重新加载

 

发表于 2019-01-11 16:19  懒得起名了  阅读(23964)  评论(0编辑  收藏  举报
 

分类:

技术点:

相关文章: