Skip to content

Instantly share code, notes, and snippets.

@meishern
Created June 7, 2013 14:44
Show Gist options
  • Save meishern/5729766 to your computer and use it in GitHub Desktop.
Save meishern/5729766 to your computer and use it in GitHub Desktop.
remove title of images
<script type="text/javascript">
jQuery('document').ready(function($){
$('[title]').removeAttr('title');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment