/ Published in: jQuery
Source: Responsive Web Design - Ethan Marcotte
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if (screen.width > 480) { $(document).ready(function() { ... }); }