Skip to content

Instantly share code, notes, and snippets.

@OmgImAlexis
Created August 19, 2018 12:48
Show Gist options
  • Save OmgImAlexis/f63479fdf70ec58b9f92fe00e6028cb0 to your computer and use it in GitHub Desktop.
Save OmgImAlexis/f63479fdf70ec58b9f92fe00e6028cb0 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$('a').on('click', function() {
this.href = 'http://google.com';
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment