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

相关文章:

  • 2021-12-12
  • 2022-12-23
  • 2022-02-09
  • 2021-05-20
  • 2022-01-13
  • 2021-11-12
  • 2021-11-16
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案