wonderfan / javascript

Explore the power of HTML,CSS and JavaScript
1 stars 0 forks source link

Media Queries in JavaScript #45

Closed wonderfan closed 9 years ago

wonderfan commented 9 years ago

The enquire js: http://wicky.nillia.ms/enquire.js/

wonderfan commented 9 years ago

The matchMedia in the window object: http://www.sitepoint.com/javascript-media-queries/

wonderfan commented 9 years ago

The respond.js can help add the media query: https://github.com/scottjehl/Respond

wonderfan commented 9 years ago

The Modernizr js is used to detect html5 and css3 features: http://modernizr.com/

wonderfan commented 9 years ago

Here is another library to add media query support: https://github.com/livingston/css3-mediaqueries-js