pageEncoding="utf-8" %> < ;!DOCTYPE html PUBLIC "-//W3C//DTDHTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
JQueryMagicDialog
;script type="text /javascript"> $(function(){ $('.dlgDemoBtn').click(function(){ var el = $(this), act = el.attr('action'); switch(act){ case '기본': $('').mac('dialog',{ title: 'prompt', model: true, autoOpen: true, width: 200, draggable: true, el: '
You clicked me !
' }); break; case 'extended': mac.opendlg({ title: 'Prompt', message: 'Press { 0}은 창을 닫을 수 있습니다.', params: ['ESC/Enter'], 버튼: [{ text: '확인', 클릭 : function(d){ d.close(); } }] }) break case 'wait': var h = mac .wait('이 창은 3초 후에 자동으로 닫힙니다.'); window.setTimeout(function(){ h.close(); }, 3000) break; > case 'alert': mac.alert('Hello!'); break; case 'confirm': mac.confirm('