Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 블록체인
- Adapter 패턴
- play2 강좌
- 파이썬
- 안드로이드 웹뷰
- Actor
- Golang
- Play2 로 웹 개발
- 파이썬 데이터분석
- 스칼라 강좌
- CORDA
- 스칼라
- 이더리움
- Play2
- 파이썬 머신러닝
- 주키퍼
- hyperledger fabric
- 스칼라 동시성
- 그라파나
- 스위프트
- 파이썬 동시성
- Akka
- 플레이프레임워크
- 파이썬 강좌
- 하이퍼레저 패브릭
- 엔터프라이즈 블록체인
- Hyperledger fabric gossip protocol
- play 강좌
- 하이브리드앱
- akka 강좌
Archives
- Today
- Total
HAMA 블로그
깜찍한 Javascript popup 플러그인 본문
오키에서 소개받은건데 , 이거 좀 큐트한듯~ ㅎㅎ
Example 1, default: Simple jQuery modal popup with default settings (Hello World popup)
$('element_to_pop_up').bPopup();
Be aware that due to browser security restrictions, most "Ajax" requests are subject to the same origin policy; the request can't successfully retrieve data from a different domain, subdomain, or protocol.
$('element_to_pop_up').bPopup({ contentContainer:'.content', loadUrl: 'test.html' //Uses jQuery.load() });
'Javascript' 카테고리의 다른 글
자바스크립트의 메모리관리 (1) | 2015.05.24 |
---|---|
[jQuery] each 루프에서의 this의 포인터에 대해서. (0) | 2015.05.22 |
40 Useful JavaScript Libraries (0) | 2015.05.21 |
15 Javascript Web UI Libraries, Frameworks and Toolkits (0) | 2015.05.21 |
Javascript code editor [ACE] (0) | 2015.05.21 |
Comments