gpt4 book ai didi

javascript - TypeError : p. easing[this.easing] 不是函数

转载 作者:IT王子 更新时间:2023-10-29 02:46:07 27 4
gpt4 key购买 nike

当试图用 jQuery 显示一个 div 元素时,我得到了这个错误:

[23:50:35.971] TypeError: p.easing[this.easing] is not a function @ file:///D:/html5%20puzzle/jquery.js:2

相关函数是这样的:

function showWithAnimation(){                  
console.log('animation called');
$('#popup').show();
$("#popup").css({"top": "30%", "left": "30%"})
.animate({top:(($(window).height()/2)-($('#popup')
.outerHeight()/2))-70}, 1000, 'easeOutBounce')
.show();
}

该函数负责显示带有弹跳动画的div,但是显示了div但没有弹跳效果。

编辑:

我像这样(按顺序)包括来自 CDN 的 jQuery 和 jQueryUI 库:

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
<script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js'>
</script>

最佳答案

您需要为扩展的缓动选项包含 jQueryUI。

我认为可以选择只在下载中包含缓动,或者至少只包含基础库和缓动。

关于javascript - TypeError : p. easing[this.easing] 不是函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12592279/

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