Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以向我解释他们如何使用 HTML5 Boilerplate 中的 plugins.js 文件。我真的不明白它的目的,或者它如何有用。
谢谢!:)
我写了一个入门指南来帮助解决这个问题。如果不清楚,请告诉我!
Paul Irish(样板的作者)为它制作了一个“官方指南”,它托管在 net.tuts+ 网络上。
链接在这里
它用于在其中添加您自己的 jQuery 片段和代码
(function($){ })(window.jQuery);
或者它之外的任何自定义javascript。他们添加了一个选项来记录和调试你的 js(阅读文件中的注释)