Fight With Me!!!

导航

jquery对所有<input type="text"的控件赋值

function resetData() {
      $("input[type=text]").each(
      function() {
     $(this).attr("value","");
      }
      );
  }

posted on 2016-06-11 11:08  nickTimer  阅读(786)  评论(0编辑  收藏  举报