-
확대이미지 영역
-
[11~12월 제약사 이모저모]동아제약, 비보존, 제일약품, 한국노바티스, 현대바이오 등 소식
-
[11~12월 제약사 이모저모]듀켐바이오, 듀켐바이오, 제일약품, 한국로슈, 휴온스 등 소식
-
[11~12월 제약사 이모저모]동아제약, 비보존, 제일약품, 휴온스, GC녹십자 등 소식
})(jQuery)
pt>
$('#simpleSkin06_9 .imageBig').html(thumbnailContent);
$('#simpleSkin06_9 .thumbnail li a').removeClass('on');
$(this).addClass('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)