admin管理员组文章数量:1287253
I'm using the the HTML5Shiv from google code on my site. I'm including it like this …
<script src=".js"></script>
I also need to include css3-mediauqeris.js that is also available on google code. However I can only find the download link for the js-file but can't find an actual link to directly load it from google-code.
/
Any ideas?
Thank you for your info.
I'm using the the HTML5Shiv from google code on my site. I'm including it like this …
<script src="http://html5shiv.googlecode./svn/trunk/html5.js"></script>
I also need to include css3-mediauqeris.js that is also available on google code. However I can only find the download link for the js-file but can't find an actual link to directly load it from google-code.
http://code.google./p/css3-mediaqueries-js/
Any ideas?
Thank you for your info.
Share Improve this question asked Jan 26, 2012 at 19:07 mattmatt 44.4k107 gold badges268 silver badges402 bronze badges2 Answers
Reset to default 7Use this:
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode./svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
This code is not officially supported by Google for its Libraries API, but you should be able to include the most recent version via a vanilla script tag using the downloadable version from code.google. (warning, not the safest way to load JS).
<script src="http://css3-mediaqueries-js.googlecode./files/css3-mediaqueries.js"></script>
本文标签: javascriptcss3mediaqueriesjs gt How to include from google codeStack Overflow
版权声明:本文标题:javascript - css3-mediaqueries.js -> How to include from google code? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741244691a2364647.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论