【发布时间】:2011-03-21 08:29:10
【问题描述】:
我正在使用包含 mootols 文件的 joomla 1.5.20 我收到错误
Error: ($(b) || document).getElements is not a function
Source File: http://sitename/plugins/system/mtupgrade/mootools.js
Line: 1"
【问题讨论】:
标签: mootools
我正在使用包含 mootols 文件的 joomla 1.5.20 我收到错误
Error: ($(b) || document).getElements is not a function
Source File: http://sitename/plugins/system/mtupgrade/mootools.js
Line: 1"
【问题讨论】:
标签: mootools
如果您想了解有关您的错误的更多信息,您可以下载 Firebug。这是一个 firefox 插件,可以为您提供有关 javascript 错误的更多信息。
【讨论】:
getValue() 是一种在 1.2+ 中被弃用的 mootools 1.1x 方法 - 你想做什么?听起来您引用了新版本的 mootools 并且仍然有旧的 .js 文件。