yangcclg

$("input").attr(\'readonly\', true);

$("textarea").attr(\'readonly\', true);

$(\':radio\').attr(\'disabled\', true);
$(\':checkbox\').attr(\'disabled\', true);
$(\':button\').attr(\'disabled\', true);
$(\'a\').removeAttr(\'onclick\');
$(\'select\').attr(\'disabled\', true);

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-02-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-28
  • 2022-12-23
猜你喜欢
  • 2022-01-09
  • 2021-08-06
  • 2021-12-02
  • 2022-12-23
  • 2022-01-22
  • 2022-02-01
  • 2021-12-24
相关资源
相似解决方案