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
- 플레이프레임워크
- akka 강좌
- 엔터프라이즈 블록체인
- play2 강좌
- Adapter 패턴
- 파이썬 데이터분석
- 그라파나
- 파이썬
- 하이퍼레저 패브릭
- 파이썬 강좌
- 주키퍼
- 스칼라 동시성
- Hyperledger fabric gossip protocol
- Actor
- 하이브리드앱
- Play2 로 웹 개발
- 스칼라
- CORDA
- 스칼라 강좌
- 이더리움
- Golang
- Akka
- 파이썬 동시성
- Play2
- 안드로이드 웹뷰
- 파이썬 머신러닝
- 스위프트
- hyperledger fabric
- play 강좌
- 블록체인
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