Skip to content

Instantly share code, notes, and snippets.

@aldolat
Created June 17, 2016 19:32
Show Gist options
  • Select an option

  • Save aldolat/95ad92b04718debebbe93ed5ca557a2b to your computer and use it in GitHub Desktop.

Select an option

Save aldolat/95ad92b04718debebbe93ed5ca557a2b to your computer and use it in GitHub Desktop.
Add an attribute via jQuery
jQuery(document).ready(function($){
$(".pis-thumbnail-link").attr('rel','bookmark nofollow');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment