Skip to content

Instantly share code, notes, and snippets.

@mkrdip
Created August 14, 2015 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkrdip/ad46f82e03c4824b6f25 to your computer and use it in GitHub Desktop.
Save mkrdip/ad46f82e03c4824b6f25 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
(function($){
$(".class-name a").attr("href", "http://www.mkrdip.me");
})(jQuery)
</script>
@mkrdip
Copy link
Author

mkrdip commented Oct 15, 2015

To open specific link on new tab.

<script type="text/javascript"> 
(function($){
$(".header-content a.et_pb_more_button.et_pb_button.et_pb_button_one").attr("target","_blank");
})(jQuery)
</script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment