摘要: $(document).click(function(e){ var el = e.target; if (el.tagName == 'INPUT') { $(el).removeAttr('disabled'); } }) 阅读全文
posted @ 2018-04-24 20:36 catgatp 阅读(485) 评论(0) 推荐(0) 编辑