-
확대이미지 영역
-
[4~5월 제약사 이모저모]녹십자, 동아ST, 신신제약, 셀트리온제약, 한올 등 소식
-
[5월 제약사 이모저모]동아쏘시오그룹, 셀트리온, 지씨셀, 한국아스텔라스 등 소식
-
[5월 제약사 이모저모]건일제약, 영진약품, 한국애브비, 한국얀센, GC녹십자 등 소식
eleave 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)