清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>> 
                    
$('input[type="submit"]').attr("disabled", true);
Now, in order to enable the disabled attribute, use the following line of code:
$('input[type="submit"]').removeAttr("disabled”);
 
2015/01/23 40807
                            清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>> 
                    
$('input[type="submit"]').attr("disabled", true);
Now, in order to enable the disabled attribute, use the following line of code:
$('input[type="submit"]').removeAttr("disabled”);