$(':input', '#addMeetingApplyForm').not(
':button, :submit, :reset, :hidden')
.val('').removeAttr('checked').removeAttr(
'selected');
清空addMeetingApplyForm表格的所有内容
清空表单项
最新推荐文章于 2021-11-03 10:51:20 发布
$(':input', '#addMeetingApplyForm').not(
':button, :submit, :reset, :hidden')
.val('').removeAttr('checked').removeAttr(
'selected');
清空addMeetingApplyForm表格的所有内容