Hallo, ich schaffe es nicht, eine Funktion in JavaScript aufzurufen. $(document).ready(function(){ var test = new Test(); test.t1(); }); var Test = function(){ }; Test.prototype.t1 = function(){ alert("t1); }; Wieso kriege...