Skip to content

Instantly share code, notes, and snippets.

@mrkdevelopment
Created August 3, 2018 08:40
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 mrkdevelopment/82296eb1bff3e3e98d98663fec23cd3d to your computer and use it in GitHub Desktop.
Save mrkdevelopment/82296eb1bff3e3e98d98663fec23cd3d to your computer and use it in GitHub Desktop.
Open existing divi social icons in new tab
jQuery(document).ready(function(){
jQuery('.et-social-icon .icon').each(function(){
jQuery(this).attr('target', '_blank');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment