我正在使用jQuery Form插件API来提交表单。它是在后台提交的,但如何在div(带有id posthere)中显示此结果(actionpage.php),如下所示。
<form id="myForm" action="actionpage.php" method="post">
Name: <input type="text" name="name" />
<input type="submit" value="Submit Comment" />
</form>
<script>
$('#myForm').ajaxForm();
</script>
<div id="posthere" ></div>
答案 0 :(得分:0)
请尝试以下代码。
{{1}}