-
확대이미지 영역
-
[11~12월 제약사 이모저모]동아제약, 비보존, 제일약품, 한국노바티스, 현대바이오 등 소식
-
[11~12월 제약사 이모저모]동아ST, 셀트리온, 사노피, GC녹십자, 한국GSK 등 소식
-
[12월 제약사 이모저모]동아쏘시오, 한국머크, 한국애보트, 한국BMS제약 등 소식
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)