gpt4 book ai didi

javascript - 错误 $.ajax 不是函数?

转载 作者:行者123 更新时间:2023-12-02 15:00:35 25 4
gpt4 key购买 nike

我尝试调用 ajax 但收到此错误:

$.ajax not a function

https://jsfiddle.net/q79pbn7t/4/

顺便说一下,ajax 为其他类工作。可能会发生什么错误?

这是我的代码

<button onclick="sendEmail()">hihi</button>
<script>
function sendEmail() {
email = 'email'
$.ajax({
type: "POST",
url: "email",
data: {
email: email
},
success: function(data) {
alert(data)
}
})
alert(1)
}
</script>

最佳答案

您首先需要包含 jQuery 才能拥有 $$.ajax

Fiddle link .

关于javascript - 错误 $.ajax 不是函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35453903/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com