我的 mootools 代码在 joomla 1.5 中不起作用
我的 mootools 代码无法正常工作,
var requestHTMLData = new Request.HTML ({
url: 'index.php?option=com_abc$task=display&myvote='+votes+ '&id=' +id,
update: $('contains' + id)
}).send();
您好,我正在尝试通过 joomla 1.5 中的 mootools 1.12 将数据发送到此页面,
您能帮助我吗?
它给了我这个错误
Error: Request is not defined
my mootools code not work
var requestHTMLData = new Request.HTML ({
url: 'index.php?option=com_abc$task=display&myvote='+votes+ '&id=' +id,
update: $('contains' + id)
}).send();
hi a am trying to sent data to this page by mootools 1.12 in joomla 1.5
can you help me ?
it give me this error
Error: Request is not defined
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这只能意味着 mootools 脚本没有被加载,或者您在加载脚本之前使用了此代码。
在 Firebug 中,在“网络”选项卡下检查 mootools.js 文件是否已正确加载。同样在 Firebug 的 Console 下,插入一些简单的测试代码,例如:
您应该得到:
I think that can only mean that either the mootools script is not being loaded or you are using this code BEFORE the script is loaded.
In Firebug, check under the Net tab that the mootools.js file is being loaded correctly. And also in Firebug, under Console, insert some simple testing code like:
And you should get: