modernizr简介

Modernizr

 

  • 官网:http://modernizr.com/
  • js类库,主要用来检测浏览器对html5|css3支持的类型
  • 动态的在html标签上增加一堆class

 

    页面引入js文件后,我的ff18.0.1下:

     
  
 

   而且会创建一个全局的Modernizr对象:

 


     modernizr简介_第1张图片
 

 

  扩展阅读:

 

   http://www.gbin1.com/technology/javascript/20120417modernizr/

 

   http://developer.51cto.com/art/201103/250080.htm

你可能感兴趣的:(Modernizr)