标签:pre UNC uil click ble 表单 disabled fun js事件
$(document).click(function(e){
var el = e.target;
if (el.tagName == ‘INPUT‘) {
$(el).removeAttr(‘disabled‘);
}
})
标签:pre UNC uil click ble 表单 disabled fun js事件
原文地址:https://www.cnblogs.com/catgatp/p/8933533.html