将 jQuery 包含到 TYPO3 后端的最佳方法
我读过,jQuery 使用的内容可能会在 TYPO3 后端引发一些冲突。但同时,ExtJS 提出了 jQuery 适配器来一起使用这两个框架。
将 jQuery 及其插件包含到 TYPO3 后端 (4.5,4.6,4.7) 中最安全、高效和透明的方法是什么?如果已经有一些扩展,它会实现吗?
I've read, what jQuery use could provoke some conflicts in TYPO3 backend. But in the same time, ExtJS proposes jQuery adapter to use these 2 frameworks together.
What will be the most safe, efficient and transparent way to include jQuery and it's plugins into TYPO3 Backend (4.5,4.6,4.7) ? If there are already some extensions, which realizes it ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经联系了 T3 jQuery 的作者 Jürgen Furrer。他建议使用他的扩展使用以下方法:
I've contacted Jürgen Furrer, the author of T3 jQuery. He adviced to use the following method using his extension :
我认为这对于了解您正在使用哪个版本的 JQuery 来说更安全。因此,您可以在模板中添加:
I think this is safer in terms of knowing which version of JQuery you are using. So in a template you would add: