Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Why do we need external.matchmedia.js for?

Hi,

I'm working on the interactive website videos, and I realized I need the matchmedia.js file. I added to my mock website, but I'm wondering why do I need it for? I tried to read it, but I'm afraid I don't understand what it does. Also, is it something I could use in my personal website?

Thank you for the response! And thank you for the tutorials, I find them extremely helpful!

1 Answer

Matchmedia.js is used to test whether a CSS media type or media query applies to a given page. Its open source and available here http://github.com/paulirish/matchMedia.js/