天天看點

jS 清除form表單

ps : JQ在重置form時 $('#form').reset()是沒有這個方法的       

解決方法

  1.   document.getElementById('id').reset()
  2.   $('#id')[0].reset()