Skip to content

Instantly share code, notes, and snippets.

@davidcoallier
Created December 7, 2010 15:48
Show Gist options
  • Save davidcoallier/731934 to your computer and use it in GitHub Desktop.
Save davidcoallier/731934 to your computer and use it in GitHub Desktop.
IMG Out.
$.each($('a'), function(i, item) {
$(this).attr('href', 'http://en.wikipedia.org/wiki/Irish_Declaration_of_Independence');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment