Can no one help? I am still running into this issue.
Hi, @purplecodes!
I did find that and read it while waiting for someone to reply. However, I’m not sure how I’m suppose to edit the following code to work for me. Do you have any idea?
<script type=”text/javascript”>// <![CDATA[
jQuery(document).ready(function($){
$(‘#footer .social li a’).each(function(){
if( $(this).attr(‘href’) && 0 != $(this).attr(‘href’).indexOf(‘#’) ) {
$(this).attr(‘target’, ‘_blank’);
}
});
});
// ]]>
Hi, I did find that and read it while waiting for someone to reply. However, I’m not sure how I’m suppose to edit the following code to work for me. Do you have any idea?
<script type="text/javascript">// <![CDATA[
jQuery(document).ready(function($){
$('#footer .social li a').each(function(){
if( $(this).attr('href') && 0 != $(this).attr('href').indexOf('#') ) {
$(this).attr('target', '_blank');
}
});
});
// ]]>