다중모달 (1) 썸네일형 리스트형 [jQuery] id값으로 다중 모달 띄우기 1. HTML 팝업 제목 확인 팝업열기 2.script function fnShowPop(sGetName){ var $layer = $("#"+ sGetName); var mHeight = $layer.find(".m_content").height()/2; $layer.find(".m_content").css({'margin-top':-mHeight}); $layer.addClass("on"); } function fnHidePop(sGetName){ $("#"+ sGetName).removeClass("on"); } 3.css .modal{position:fixed;width:100%;height:100%;top:0;left:0;bottom:0;background-color:rgba(0,0,0,.8);.. 이전 1 다음