-
확대이미지 영역
-
[3~4월 제약사 이모저모]갈더마, 동화약품, 셀트리온, 한소제약, 현대ADM 등 소식
-
[4월 제약사 이모저모]셀트리온, 한미약품, 한국MSD, GC녹십자 등 소식
-
[의료기기 이모저모]메드트로닉, 젠큐릭스, 코렌텍, GE 헬스케어 등 소식
000);
})(jQuery)
ddClass('on');
clearInterval(timer);
})
$('#simpleSkin06_9 .thumbnail li a').bind('mouseleave focusout',function(){
mouseOverIndex = $(this).parent('li').index()
numChk = mouseOverIndex;
if(numChk < galleryLength - 1){
numChk++;
}else{
numChk = 0;
}
timer = setInterval(autoRolling,3000);
})
$('#simpleSkin06_9 .imageBig').bind('mouseenter focus',function(){
clearInterval(timer);
})
$('#simpleSkin06_9 .imageBig').bind('mouseleave focusout',function(){
timer = setInterval(autoRolling,3000);
})
function autoRolling(){
thumbnailContent = $('#simpleSkin06_9 .thumbnail li:eq(' + numChk + ')').html();
$('#simpleSkin06_9 .imageBig').html(thumbnailContent);
$('#simpleSkin06_9 .thumbnail li a').removeClass('on');
$('#simpleSkin06_9 .thumbnail li:eq(' + numChk + ') a').addClass('on');
if(numChk < galleryLength - 1){
numChk++;
}else{
numChk = 0;
}
};
var timer = setInterval(autoRolling,3000);
})(jQuery)