M
Maik
Du verwendest da eine andere Version von der prototype.js.
Bei dir steht zu Beginn des Script-Quellcodes:
In der aktuell downloadbaren Version (http://script.aculo.us/dist/scriptaculous-js-1.7.0.zip) lautet es aber:
Wenn ich diese Version verwende, läuft das Script.
Bei dir steht zu Beginn des Script-Quellcodes:
Code:
/* Prototype JavaScript framework, version 1.5.1_rc4
* (c) 2005-2007 Sam Stephenson
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prototype web site: http://www.prototypejs.org/
*
/*--------------------------------------------------------------------------*/
var Prototype = {
Version: '1.5.1_rc4',
Code:
/* Prototype JavaScript framework, version 1.5.0
* (c) 2005-2007 Sam Stephenson
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prototype web site: http://prototype.conio.net/
*
/*--------------------------------------------------------------------------*/
var Prototype = {
Version: '1.5.0',