1 function  resertForm(){
2     $(':input','#formId') 
3     .not(':button, :submit, :reset, :hidden') 
4     .val('') 
5     .removeAttr('checked') 
6     .removeAttr('selected');
7 }
View Code

相关文章:

  • 2021-11-30
  • 2021-11-30
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2021-12-30
  • 2022-02-06
  • 2021-09-27
  • 2022-12-23
  • 2021-12-30
  • 2021-11-30
相关资源
相似解决方案