Springload: OnMediaQuery – Responsive Javascript

Chances are, you’re going to want to execute some code based on media queries in your snazzy responsive layout. At Springload we started by doing this with the window.matchMedia() function. It worked pretty well, but it always felt a bit, well.. inelegant. The problem was, we had to set our media queries in our Javascript as well as in our CSS files. This made our geeky department very nervous, so we struck out in search of a better, simpler way that didn’t keep our developers up at night in a pool of cold sweat.

Related Posts