How to bind a js event for a form whose attribute is disabled

$(document).click(function(e){ var el = e.target; if (el.tagName == 'INPUT') { $(el).removeAttr('disabled'); } })

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324837849&siteId=291194637