gpt4 book ai didi

jquery-ui - 错误 : cannot call methods on spinner prior to initialization; attempted to call method 'disableWithoutRemovingValue'

转载 作者:行者123 更新时间:2023-12-01 06:24:55 25 4
gpt4 key购买 nike

我尝试使用 ui.spinner.js 插件,并且在文档准备好时,我将一些文本框初始化为禁用的微调器,如下所示:

$('#id').spinner("disableWithoutRemovingValue");

在这种情况下是有这个错误:
错误:无法在初始化之前调用微调器上的方法;试图调用方法“disableWithoutRemovingValue”。此外,我尝试通过使用选项更改 disableWithoutRemovingValue 但我仍然遇到相同的错误。
那么,有没有人帮我解决这个错误?

最佳答案

我一直遇到同样的问题,我发现解决方法正在解决这个问题:

$(document).on('pagebeforeshow', function () {
$('#id').spinner("disableWithoutRemovingValue");
});

关于jquery-ui - 错误 : cannot call methods on spinner prior to initialization; attempted to call method 'disableWithoutRemovingValue' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29968126/

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