Skip to content

Instantly share code, notes, and snippets.

@crumina
Last active October 2, 2015 09:35
Show Gist options
  • Save crumina/c0c6bd70126a68ee7468 to your computer and use it in GitHub Desktop.
Save crumina/c0c6bd70126a68ee7468 to your computer and use it in GitHub Desktop.
[Onetouch] Remove title from portfolio
jQuery(document).ready(function(){
jQuery("#Grid .round article").find(".absolute-link").removeAttr('title');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment