我写的 jQuery ajax 无反应,ajax不执行 不发送数据
<!DOCTYPEhtml><html><head><scriptsrc="jquery-1.11.1.js"></script><script>$(document)....
<!DOCTYPE html>
<html>
<head>
<script src="jquery-1.11.1.js">
</script>
<script>
$(document).ready(function(){
$("p").click(function(){
/*$.ajax({
url: '?a=post',
data: 'id='+1,
error:function(){
alert('error');
},
}); */
$(this).hide();
});
});
</script>
</head>
<body>
<p>1</p>
<p>1</p>
<p>1</p>
</body>
</html>
其中,$(this).hide();是可以执行的。 展开
<html>
<head>
<script src="jquery-1.11.1.js">
</script>
<script>
$(document).ready(function(){
$("p").click(function(){
/*$.ajax({
url: '?a=post',
data: 'id='+1,
error:function(){
alert('error');
},
}); */
$(this).hide();
});
});
</script>
</head>
<body>
<p>1</p>
<p>1</p>
<p>1</p>
</body>
</html>
其中,$(this).hide();是可以执行的。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询