유형 오류: p.easing[this.easing]이(가) 함수가 아닙니다. 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') .oute..