tmdsleep
form_live为formID

<input type="button" value="重置" onclick="$(\'#form_live\')[0].reset();" >

form_live为form  name
<input type="button" value="重置" onclick="form_live.reset();" >

 

分类:

技术点:

相关文章:

  • 2021-12-30
  • 2021-12-02
  • 2021-12-06
  • 2021-12-06
  • 2021-12-06
  • 2021-12-30
  • 2021-12-30
  • 2021-06-17
猜你喜欢
  • 2021-12-06
  • 2021-12-06
  • 2021-11-30
  • 2021-12-30
  • 2021-12-30
  • 2021-12-30
相关资源
相似解决方案