Reset input value
1.jquery
需要有 form 標籤在外圍
$('form').each(function(){
this.reset();
});
2.關閉自動完成
<input autocomplete="off" />
Reset input value
Reviewed by Wild
on
6/23/2015 04:40:00 下午
Rating:
沒有留言:
沒有Google帳號也可發表意見唷!