$("#nextPage").on("click", function(){
const popHeight = $("#service-fee1 .form-wrap").outerHeight();
//alert(popHeight);
$("#service-fee1").hide();
$("#service-fee2 .form-wrap").css("height", popHeight);
$("#service-fee2").show();
});
'javascript' 카테고리의 다른 글
오른쪽 마우스 클릭, 드래그 방지 (0) | 2020.04.04 |
---|---|
FAQ 형식 slide Toggle (0) | 2020.04.04 |
breadcomb에 gnb 메뉴명 집어넣기 (0) | 2020.04.03 |
window width 따라 이벤트 발생시키기 (0) | 2020.04.03 |
[fullpage.js] 스크롤 했을 때 needpopup 사라지게 하기 (0) | 2020.04.03 |
댓글