我很好地提交联系表格。一切正常,但是当我提交 from 我想清除所有字段详细信息。输入不刷新。
我的 javascript
$(document).ready(function(){
$('#buttonme').click(function(){
$.post("send.php", $("#myform").serialize(), function(response) {
$('#contactstatus').html(response);
//$('#success').hide('slow');
});
return false;
});
});
我如何刷新我必须在 myscript 中添加的输入