Return to Snippet

Revision: 67565
at October 7, 2014 20:26 by Sandstedt


Updated Code
if (screen.width > 480) {
  $(document).ready(function() { ... });
}

Revision: 67564
at October 7, 2014 20:24 by Sandstedt


Initial Code
if (screen.width > 480) {
  $(document).ready(function() { � });
}

Initial URL


Initial Description
Source: Responsive Web Design - Ethan Marcotte

Initial Title
Detect screen size with jQuary

Initial Tags


Initial Language
jQuery