TypeError: P.Eassing [this.asing] ist keine FunktionJquery

JQuery-Programmierung
Anonymous
 TypeError: P.Eassing [this.asing] ist keine Funktion

Post by Anonymous »

Als ich versuche, ein DIV -Element mit JQuery anzuzeigen, habe ich diesen Fehler erhalten: < /p>

Code: Select all

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

Die relevante Funktion ist Folgendes: < /p>

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();
}
< /code>

Die Funktion ist dafür verantwortlich, die DIV mit einer Bounce -Animation anzuzeigen. Der Div wird jedoch ohne Bounce -Effekt gezeigt.


Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post
  • TypeError: el.getNode ist keine Funktion
    by Guest » » in Android
    0 Replies
    13 Views
    Last post by Guest
  • TypeError: this [#Browser] .SessionsuBScribe ist keine Funktion
    by Anonymous » » in JavaScript
    0 Replies
    13 Views
    Last post by Anonymous
  • TypeError: kernel.execute ist keine Funktion
    by Anonymous » » in Python
    0 Replies
    10 Views
    Last post by Anonymous
  • TypeError: kernel.execute ist keine Funktion
    by Anonymous » » in Jquery
    0 Replies
    14 Views
    Last post by Anonymous
  • TypeError -Dialog ist keine Funktion
    by Anonymous » » in HTML
    0 Replies
    4 Views
    Last post by Anonymous