You can put a hidden input of type reset and then trigger it to clear the form. $('form > input[type=reset]').trigger('click'); //with a reset ...
確定! 回上一頁