在页面中包含 JavaScript 和 CSS (jQuery)
我最近遇到了 includeMany jQuery 插件将外部 JavaScript 和 CSS 文件包含到页面中。尽管它于 2009 年初发布,但博客或其他地方没有任何参考资料。我想知道可以用吗?使用起来是怎样的体验?
I recently came across the includeMany jQuery plugin to include external JavaScript and CSS files into a page. Although it was released in early 2009 there are NO references in blogs or elsewhere. I wonder if it's usable? What is the experience using it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用下面的示例包含 JavaScript 和 CSS。不需要任何插件。
要包含 JavaScript 代码,请执行以下操作:
要包含 CSS 文件:
You can include JavaScript and CSS using the example below. There is no need for any plugins.
To include JavaScript code, do this:
To include CSS files:
对于 CSS/JavaScript 导入(包括)的集合:
Eval 替代方案:
嵌入式 CSS:
For collection of CSS/JavaScript import (including):
Eval alternative:
Embedded CSS: