Skip to content

Instantly share code, notes, and snippets.

@alishahab
Last active August 29, 2015 14:18
Show Gist options
  • Save alishahab/6dcd379082befea5f58c to your computer and use it in GitHub Desktop.
Save alishahab/6dcd379082befea5f58c to your computer and use it in GitHub Desktop.
Responsive Web Development: Return non-responsive elements
jQuery('*').filter(function(){if(jQuery(this).width()>jQuery(window).width())return true})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment