gpt4 book ai didi

jquery - $(this).ajaxSubmit 不是函数

转载 作者:行者123 更新时间:2023-12-01 02:23:32 26 4
gpt4 key购买 nike

我使用的是rails 3.1.3、jquery.form.js 版本2.9.4 和jquery 1.7.1。我在 jquery.form.js 中放置了一些控制台打印语句,这样我就可以(在 firebug 控制台中)看到它已加载。

我这样设置我的表单:

var options = {
success: s.update_or_add_contact_response, type: 'post',
dataType: 'json', url: s.update_contact_path
};

$('form#new_user').submit(function() {
$(this).ajaxSubmit(options);
return false;
});

当我单击按钮提交表单时,我在 Firebug 控制台中收到以下错误消息:

$(this).ajaxSubmit 不是函数

我在这里做错了什么?

最佳答案

这是新功能,因此您必须在 jQuery lib 之后添加其他 lib 文件

<script src="http://malsup.github.com/jquery.form.js"></script>

它会起作用的..我测试过..希望它对你有用..

关于jquery - $(this).ajaxSubmit 不是函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8781200/

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