gpt4 book ai didi

javascript - 类型错误 : submitQuestion is not a function

转载 作者:行者123 更新时间:2023-11-28 06:59:00 27 4
gpt4 key购买 nike

我有一个问题。我有代码:

function submitQuestion(){
var question = document.getElementById("questionSearchInput").value;
var email = document.getElementById("emailTextInput").value;
$.post("askQuestion.php", {"question":question, "email":email}, function(data){
console.log(data);
location.href = "http://www.example.com/questionAsked.html";
});
}

我通过按钮调用该函数,但返回错误消息

"TypeError: submitQuestion is not a function"

我无法解释它,任何想法。我已经使用过这样的函数一百万次,而且它们都有效。这可能有什么不同。

最佳答案

我很确定这是因为触发 onclick 的按钮的 ID 为submitQuestion。所以浏览器有点困惑。老实说,我没想到会发生这种事。

关于javascript - 类型错误 : submitQuestion is not a function,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32309946/

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