gpt4 book ai didi

javascript - JQ迁移 : easing function "jQuery.easing.swing" should use only first argument

转载 作者:行者123 更新时间:2023-12-02 14:12:51 28 4
gpt4 key购买 nike

我正在将 JQuery V1.9.1 升级到 V3.0,并且使用“jquery migrate 3.0”。我的控制台中出现此警告:

JQMIGRATE: easing function "jQuery.easing.swing" should use only first argument

当我搜索警告消息的来源时,我发现了以下代码:

$('#cleanTable').find("tbody").fadeIn(200, function() {
$('#cleanTable').toggle();
$('#cleanTable').toggle();
});

如何重写此代码以避免收到警告消息?

我找到了this link但我不知道如何解决它?

我对这段代码也有同样的警告:

$("#" + p_divId).hide(0, function() { 
$("#" + p_divId + 'Mask').remove();
$("#" + p_divId).children().remove();
..........
}); // end .hide

有关更多信息,您可以查看第二个代码的控制台跟踪:

console.trace()
migrateWarn @ jquery-migrate-3.0.0.js:64
jQuery.Tween.run @ jquery-migrate-3.0.0.js:324
tick @ jquery.js
jQuery.fx.timer @ jquery.js
Animation @ jquery.js
doAnimation @ jquery.js
dequeue @ jquery.js
(anonymous function) @ jquery.js
each @ jquery.js
each @ jquery.js
queue @ jquery.js
animate @ jquery.js
jQuery.fn.(anonymous function) @ jquery.js
$.fn.extend.hide @ jquery.ui.js
Hide0 @ (index):1663
onclick @ (index):1647

最佳答案

最后。我找到了问题的根源。

当我收到此错误时,我正在使用 jQuery Easing Plugin(版本 1.3)

在此插件中,我们使用多个具有多个参数的函数,例如:easeInQuad: function (x, t, b, c, d) {... 这就是我的问题的根源。

我已经删除了这个插件,并且不再有此警告。

关于javascript - JQ迁移 : easing function "jQuery.easing.swing" should use only first argument,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39355019/

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