Respond.js 介绍
respond.js的由来
响应式布局,理想状态是,对PC/移动各种终端进行响应。媒体 查询 的 支持 程度是IE9+以及其他现代的浏览器,但是IE8在市场当中仍然占据了比较大量的市场份额,使我们不得不进行IE低端浏览器的考虑。? respond.js的出现可以帮助我们让低版本浏览器 支持 浏览器能够响应媒体 查询 。
respond.js的使用?
将加载respond.js的 文件 添加 到网页中即可
<!--Respond.js for IE 8 or less only -->
<!-- [if (lt IE 9) & (!IEMobile)]>
<script src="js/ vend or/respond.min.js"></script>
<![end if]-->
?
网站地址 : https://github.com/scottjehl/Respond
GitHub: https://github.com/scottjehl/Respond
网站描述: 解决 IE6-IE8 不支持 响应式设计的js 插件
Respond.js官方网站
官方网站: https://github.com/scottjehl/Respond
如果觉得 网站内容还不错,欢迎将 网站 推荐给程序员好友。
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did174818