$("#fullpage").fullpage({
onLeave: function(origin, destination, direction){
if($('.needpopup').hasClass('opened')){
$('html').removeClass('needpopup-opened').removeClass('needpopup-scrolled');
$('.needpopup').hide().removeClass('opened');
}
}
});
needpopup.js 에서 setTimeout(function(){ 안에 $(popup.html).addClass(popup.openHtmlClass); 추가!
setTimeout(function(){
popup.target.addClass('opened');
$(popup.html).addClass(popup.openHtmlClass);
// on show callback
popup.options.onShow.call(popup,popup.target);
},10);
'javascript' 카테고리의 다른 글
breadcomb에 gnb 메뉴명 집어넣기 (0) | 2020.04.03 |
---|---|
window width 따라 이벤트 발생시키기 (0) | 2020.04.03 |
input 숫자만 입력 가능하게 하고 숫자 아니면 알림창 띄우기 (0) | 2020.04.03 |
인스타그램 api 이미지 불러올 때 크기 설정 (0) | 2020.04.03 |
파일 다운로드 file download (0) | 2020.04.03 |
댓글