$(‘:input‘,‘#myform‘) .not(‘:button, :submit, :reset, :hidden‘) .val(‘‘) .removeAttr(‘checked‘) .removeAttr(‘selected‘);
form表单的reset
原文:http://www.cnblogs.com/haitao-fan/p/3967390.html