表单清空

$(".form input").each(function(index, element) {
  $(this).attr("value","");
  $(this).focus();
});

不足:仅能清空ipnut标签,不能清空select等其他标签

posted @ 2015-11-30 14:47  黑夜飞星  阅读(158)  评论(0)    收藏  举报