Skip to content

Instantly share code, notes, and snippets.

@dtriley4
Created December 14, 2012 18:25
Show Gist options
  • Save dtriley4/4287476 to your computer and use it in GitHub Desktop.
Save dtriley4/4287476 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