jquery清空from表单中的所有数据

  1. $(':input','#myform')  
  2.  .not(':button, :submit, :reset, :hidden')  
  3.  .val('')  
  4.  .removeAttr('checked')  
  5.  .removeAttr('selected');  
posted on 2015-02-27 17:12  火玉  阅读(5364)  评论(0编辑  收藏  举报