jquery 表单重置通用方法

$("#form_id").find(":input").not(":button,:submit,:reset,:hidden").val("").removeAttr("checked").removeAttr("selected");

原文地址:https://www.cnblogs.com/xiongjinpeng/p/3831104.html