jq设置控件可用不可用

Posted on 2017-04-12 13:46  熊先生丶  阅读(1429)  评论(0编辑  收藏  举报
 $("#tj").attr("disabled", true); //不可用
 $("#tj").removeAttr("disabled");//可用