Joomla 1.6 中使用 jQuery 代替 Mootools
我在 Joomla 前端使用 jQuery 和 Mootools。有没有简单的方法可以在不编辑 Joomla 核心文件的情况下摆脱 Mootools,这就是我一直在做的事情,但我不再需要那个临时解决方案。
Am am using both jQuery and Mootools on my Joomla frontend. Is there eny simple way to get rid of Mootools without editing Joomla core files, this is what i've been doing but I dont want that temprorary solution any more.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在模板的 index.php 中:
有插件,但是尽管您将安装另一个第 3 方插件,但您应该知道,如果将来在 Joomla 中添加一些 Mootools 脚本,您将不得不等待要更新的插件。使用此代码,您可以更好地控制,因为您需要做的就是将新脚本的 URI 添加到 '$prohibited' 数组中。
In template's index.php:
There are plugins, but despite the fact you will install another 3rd party plugin, you should know that if some Mootools script is added to Joomla in the future you will have to wait for the plugin to be updated. With this code you have better control, because all what you need to do is add the URI of the new script to the '$prohibited' array.
有几种方法可以做到这一点。
但是为什么不使用MooTools呢?它几乎拥有所有你能找到的 jQuery 插件,而且代码也差不多(更不用说它更强大了)
There are a couple of ways of doing this.
But why not use MooTools? It has almost all the plugins you could find with jQuery, and the code it about the same (not to mention it is more powerful)