jQuery 有与 dojo.require 等效的东西吗?

发布于 2024-09-04 11:22:41 字数 89 浏览 3 评论 0原文

jQuery 很棒,尤其是它的插件,但我不喜欢在 html 中添加很多脚本标签。有没有类似dojo.require的东西?这样我就可以更轻松、更干净地管理这些插件。

jQuery is great especially its plugin but I do not like to add a lot of script tags in my html. Is there something similar to dojo.require? So I can manage those plugins easier and cleaner.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

两人的回忆 2024-09-11 11:22:41

jQuery.require 在 1.4 中不存在,它在 1.4 开发时提交到树中,但在最终版本之前被删除。

RequireJS 是一个特别注意与 jQuery 配合使用的加载器。它源于 dojo.require,但它遵循 CommonJS 习惯用法并针对浏览器内使用进行了优化。

免责声明,我是 RequireJS 的主要开发人员。

jQuery.require does not exist in 1.4, it was in an commit to the tree while 1.4 was being developed but removed before the final release.

RequireJS is a loader that has given special care to work with jQuery. It has its roots in the dojo.require, but it follows CommonJS idioms and optimized for in-browser use.

Disclaimer, I am the main developer of RequireJS.

述情 2024-09-11 11:22:41

是的。 1.4 中的 jQuery.require延迟加载程序 1.3

Yes. jQuery.require in 1.4 or Lazy loader in 1.3

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文