清空form表单下所有的input值-------------jquery

   $(':input','#' + formid).not(':button, :submit, :reset').val('').removeAttr('checked').removeAttr('selected');

   用的jquery版本是1.8.2.min

原文地址:https://www.cnblogs.com/zgz21/p/5316305.html