国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > AJAX > 正文

ajaxForm和ajaxSubmit 粘貼就可用示例代碼

2024-09-01 08:28:48
字體:
供稿:網(wǎng)友
代碼如下:
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="jquery-1.7.2.min.js"></script>
<script src="jquery.form.js"></script>
<script>
//ajaxForm
var optionss = {
dataType:"text",
type:'post',
url: "chuli.php",
beforeSubmit:showRequest,
success:showResponse,
clearForm:true
};
$('#form1').ajaxForm(optionss);
function showRequest() { }
function showResponse(data){
alert(data);
}
</script>
</head>
<body>
<form action="chuli.php" method="post" id="form1">
<input type="text" name="name" />
<input type="text" name="sex" />
<input type="submit" value="提交"/>
</form>
<hr />
<form action="chuli.php" method="post" id="form2">
<input type="text" name="name" />
<input type="text" name="sex" />
<input type="button" id="tijiao" value="提交"/>
</form>
</body>
<script>
//ajaxSubmit
$("#tijiao").click(function(){
$("#form2").ajaxSubmit({
success:function(data){
alert(data);
}
})
});
</script>
</html>
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 肃宁县| 同江市| 河曲县| 古交市| 黄梅县| 通江县| 丰县| 伽师县| 锡林郭勒盟| 东山县| 开江县| 乌拉特后旗| 青州市| 邵武市| 塔河县| 额尔古纳市| 桓台县| 乌拉特前旗| 鄂伦春自治旗| 宁安市| 朝阳县| 三台县| 白山市| 濮阳县| 宁蒗| 宜黄县| 宁远县| 临汾市| 铜山县| 靖宇县| 平潭县| 临沂市| 汉源县| 莱州市| 呼和浩特市| 宝应县| 中宁县| 长垣县| 华亭县| 辽源市| 内黄县|