Skip to content

Instantly share code, notes, and snippets.

@thedapifer
Created January 16, 2018 03:55
Show Gist options
  • Select an option

  • Save thedapifer/734e488b7361326d8eae90998524b313 to your computer and use it in GitHub Desktop.

Select an option

Save thedapifer/734e488b7361326d8eae90998524b313 to your computer and use it in GitHub Desktop.
JQuery Image Error
$('img.avatar').error(function(){
$(this).addClass('is-broken');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment