Skip to content

Instantly share code, notes, and snippets.

@acidtib
Forked from dtriley4/gist:4287476
Created December 14, 2012 18:30
Show Gist options
  • Save acidtib/4287509 to your computer and use it in GitHub Desktop.
Save acidtib/4287509 to your computer and use it in GitHub Desktop.
$('#nameOfDivId').on('change', function(event){
if($(this).width() > 100%)
//remove it
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment