리자

ajax modal window (ajax 모달창)

· 16년 전 · 5657

/*********************************************************************************
* dialog
**********************************************************************************/
function openBox(width, height, border, goURL , modal){
 if($(window.document).find('#dialog').size() <= 0){
  var html = "<div id='dialog' style='width:"+width+"px;height:'"+height+"px';margin:0px 0px;>"
     + "<iframe id='myiframe' name='myiframe' scrolling='no' marginwidth='0' marginheight='0' frameborder='0' vspace='0' hspace='0' width='95%' height='98%'></iframe>"
     + "</div>";
   
  $("body").append(html);
 }
 
 $('#myiframe').attr('src', goURL);
 
 jQuery("#dialog").dialog({
            modal: false,
            autoOpen: false,
            width: width + 10,
            height : height,
            dialogClass: "openBoxCss",
            overlay: {opacity: 0.5, background: "black"}
    });
    jQuery("#dialog").dialog({autoOpen: false});
 jQuery("#dialog").dialog("open");
 $("#dialog").dialog({
  open:function() {
   $(this).parents(".ui-dialog:first").find(".ui-dialog-titlebar-close").remove();
    }
 });
 
    return false;
}

function closeBox(){
 var d = $(window.document).find('#dialog');
 d.dialog( "close" );
 d.dialog( "destroy" );
 d.remove();
 0
}

[출처] AJAX 모달창 |작성자 super_style

[이 게시물은 관리자님에 의해 2011-10-31 16:55:28 jQuery에서 이동 됨]
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
16년 전 조회 2,081
16년 전 조회 2,039
16년 전 조회 2,183
16년 전 조회 1,881
16년 전 조회 4,321
16년 전 조회 3,212
16년 전 조회 2,381
16년 전 조회 1,964
16년 전 조회 2,166
16년 전 조회 2,668
16년 전 조회 1,749
16년 전 조회 2,679
16년 전 조회 1,999
16년 전 조회 2,130
16년 전 조회 1,770
16년 전 조회 2,469
16년 전 조회 1,797
16년 전 조회 2,212
16년 전 조회 2,373
16년 전 조회 1,467
16년 전 조회 1,535
16년 전 조회 2,186
16년 전 조회 5,601
16년 전 조회 1,905
16년 전 조회 2,430
16년 전 조회 2,623
16년 전 조회 1,780
16년 전 조회 1,566
16년 전 조회 2,486
16년 전 조회 5,200
16년 전 조회 2,475
16년 전 조회 3,147
16년 전 조회 2,006
16년 전 조회 3,872
16년 전 조회 4,712
16년 전 조회 3,359
16년 전 조회 2,598
16년 전 조회 2,691
16년 전 조회 2,938
16년 전 조회 2,440
16년 전 조회 5,827
16년 전 조회 3,634
16년 전 조회 1,625
16년 전 조회 1,961
16년 전 조회 5,329
16년 전 조회 2,589
16년 전 조회 3,657
16년 전 조회 2,945
16년 전 조회 1,812
16년 전 조회 5,658
16년 전 조회 2,767
16년 전 조회 6,229
16년 전 조회 2,200
16년 전 조회 4,264
16년 전 조회 3,290
16년 전 조회 2,477
16년 전 조회 2,482
16년 전 조회 4,654
16년 전 조회 3,545
16년 전 조회 3,076
16년 전 조회 3,220
16년 전 조회 2,343
16년 전 조회 2,014
16년 전 조회 1,933
16년 전 조회 1,639
16년 전 조회 1,939
16년 전 조회 2,154
16년 전 조회 1,850
16년 전 조회 5,085
16년 전 조회 4,114
16년 전 조회 2,034
16년 전 조회 1,795
16년 전 조회 2,516
16년 전 조회 4,809
16년 전 조회 3,788
16년 전 조회 2,831
16년 전 조회 4,567
16년 전 조회 3,434
16년 전 조회 1,600
16년 전 조회 1,620
16년 전 조회 2,281
16년 전 조회 2,128
16년 전 조회 2,862
16년 전 조회 2,464
16년 전 조회 1,597
16년 전 조회 4,643
16년 전 조회 1,732
16년 전 조회 2,037
16년 전 조회 2,453
16년 전 조회 4,136
16년 전 조회 3,024
16년 전 조회 1,729
16년 전 조회 4,306
16년 전 조회 1,633
16년 전 조회 1,811
16년 전 조회 1,491
16년 전 조회 1,951
16년 전 조회 1,865
16년 전 조회 1,872
16년 전 조회 1,658