게시판 본문 링크 새창으로 열기
페이지 정보
작성자 운영자 작성일 25-04-25 03:59 조회 827 댓글 1본문
[script]
jQuery("#bo_v_atc a").each(function ()
{
if (jQuery(this).attr("target") == "_self")
return;
else if (jQuery(this).attr("target") !== "_self")
{jQuery(this).attr("target", "_blank");}
})
[/script]
추천0 비추천 0
운영자님의 댓글
운영자 작성일<p><!-- 본문 내용 시작 { --></p><p><br></p><p><div id="bo_v_con"><?php echo get_view_thumbnail($view['content']); ?></div></p><p><?php //echo $view['rich_content']; // {이미지:0} 과 같은 코드를 사용할 경우 ?></p><p><br></p><p><script></p><p>jQuery("#bo_v_atc a").each(function ()</p><p>{ </p><p>if (jQuery(this).attr("target") == "_self")</p><p>return;</p><p>else if (jQuery(this).attr("target") !== "_self")</p><p>{jQuery(this).attr("target", "_blank");} </p><p>})</p><p></script></p><p><br></p><p><!-- } 본문 내용 끝 --></p>