일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- #업종별
- 사이트제작
- #동영상
- 해피씨지아이
- #이미지
- #뉴스
- #image
- javascript
- 홈페이지제작
- 홈페이지
- jquery
- 솔루션
- #happycgi
- #해피CGI
- 해피CGI
- #홈페이지제작
- #jQuery
- 게시판
- happycgi
- #홈페이지
- CGIMALL
- CSS
- php
- #CSS
- 쇼핑몰
- #cgimall
- #웹솔루션
- #쇼핑몰
- 웹솔루션
- #솔루션
- Today
- Total
웹솔루션개발 22년 노하우! 해피CGI의 모든것
[해피CGI][cgimall] Popbox.js 모달 팝업 본문
위의 이미지를 보시면 기능 확인이 바로 되실 겁니다.
소스 적용도 간단합니다.
<script type="text/javascript"> var popbox = new Popbox({ blur:true, overlay:true, }); </script>
위의 스크립트와
<div data-popbox-id="mypopbox1" class="popbox"> <div class="popbox_container"> Popbox content 1 <button data-popbox-close="mypopbox1">Close</button> </div> </div> <div data-popbox-id="mypopbox2" class="popbox"> <div class="popbox_container"> Popbox content 2 </div> <button data-popbox-close="mypopbox2">Close</button> </div> <div class="popbox_main_content"> Main content of the page <button data-popbox-target="mypopbox1"> Open mypopbox 1 </button> <button data-popbox-target="mypopbox2"> Open mypopbox 2 </button>   </div>
위의 기본 HTML 을 참고하시면 되겠습니다.
'웹프로그램밍 자료실 > JAVA 자료' 카테고리의 다른 글
[해피CGI][cgimall] vue.js를 이용한 신용카드 정보 입력폼 (0) | 2021.08.02 |
---|---|
[해피CGI][cgimall] 마우스 오버시 이미지를 변경하는 Javascript (0) | 2021.07.27 |
[해피CGI][cgimall] 이미지 줌(Zoom) 기능이 있는 Jquery 갤러리 - xZoom (0) | 2021.07.14 |
[해피CGI][cgimall] 페이지 상단에 테이블 헤더 고정 Jquery 플러그인 - fixedTableHeader (0) | 2021.07.13 |
[해피CGI][cgimall] jQuery Marker Animation (0) | 2021.07.12 |
Comments