오키에서 소개받은건데 , 이거 좀 큐트한듯~ ㅎㅎ
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 |