gpt4 book ai didi

jquery - 使用 Mobile Safari 进行 OnSubmit

转载 作者:行者123 更新时间:2023-12-03 18:46:19 26 4
gpt4 key购买 nike

使用jCart时我注意到它在 iPhone 上不起作用。经过一些测试(并与 jcart forum 上的开发人员交谈),单击提交按钮时似乎无法调用提交处理程序:

$('form.jcart').submit(function(){...});

我尝试将其更改为:

$("form.jcart input[type='submit']").click(function(){...});
// There were some other code changes needed to make this change work,
// but they are omitted for brevity (they don't impact the problem).

这也行不通。我发现了其他有关 iPhone 上的 .submit/onsubmit 问题的报告,但似乎没有人找到解决方法?

最佳答案

乔纳森:我解决了我们遇到的问题。事实证明,一些补充代码是问题的根源,通过删除它,一切都可以在 iPhone、iPod Touch 上正常工作。

我已经在 jCart 论坛上描述了解决方案: http://conceptlogic.com/jcart/help/viewtopic.php?f=3&t=316&start=10

关于jquery - 使用 Mobile Safari 进行 OnSubmit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1994134/

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