Home » 2015 » January

jQuery 레이어 팝업 라이브러리

http://fsteam.tistory.com/72 웹페이지에서 레이어 팝업을 쉽게 쓸수 있는 라이브러리를 찾았다. 출처 : http://dinbror.dk/bpopup/ 사용법은 아주 간단하다. 1. 라이브러리 include <script src=’http://code.jquery.com/jquery-1.8.3.js’></script> <script type=’text/javascript’ src=’jquery.bpopup.min.js’></script> 2. 팝업이 뜰 div 지정 <div id=’pop_up_banner’ style=’display:none; width:200px’> <span class=’button b-close’ style=’border-radius:7px 7px 7px 7px;box-shadow:none;font:bold 131% sans-serif;padding:0 6px 2px;position:absolute;right:-7px;top:-7px; background-color:#2b91af; color:#fff; cursor: pointer; display: inline-block;...
Continue reading