Skip to content

Instantly share code, notes, and snippets.

@priyabratary
Created October 30, 2018 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save priyabratary/aa47c0235c2b1384175ca4b68d1d8ab5 to your computer and use it in GitHub Desktop.
Save priyabratary/aa47c0235c2b1384175ca4b68d1d8ab5 to your computer and use it in GitHub Desktop.
remove title caption
<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