Skip to content

Instantly share code, notes, and snippets.

@cody-code-wy
Last active December 19, 2017 21:58
Show Gist options
  • Save cody-code-wy/78bc4edacccb99d39332f1cceb72eeab to your computer and use it in GitHub Desktop.
Save cody-code-wy/78bc4edacccb99d39332f1cceb72eeab to your computer and use it in GitHub Desktop.
Override semenhub.com tiles
$( function() {
$('img[alt="Whitetails"]').parent().attr('href','http://www.semenhub.com/Default.aspx?id=98359&Title=WhitetailHub');
$('img[alt="Goats"]').parent().attr('href','http://www.semenhub.com/Default.aspx?id=108098&Title=GoatHub');
$('img[alt="Wagyu"]').parent().attr('href','http://www.semenhub.com/Default.aspx?id=108101&Title=WagyuHub');
$('img[alt="Watusi"]').parent().attr('href','http://www.semenhub.com/Default.aspx?id=107829&Title=WatusiHu');
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment