1 //#add_sys_cfg 是添加页面的那个总div的id
2 $(':input', '#add_sys_cfg').not(':button,:submit,:hidden,:radio').val('').removeAttr('checked').removeAttr('selected');
3                     
4 //之前在表单中设置的默认值
5 $("#dev_detail").find("input[name='cycle']").val("1000");
6 //从新渲染            
7 form.render();

相关文章:

  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2021-10-27
  • 2021-08-13
  • 2021-07-01
  • 2021-12-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2021-04-06
  • 2022-12-23
相关资源
相似解决方案