리자

ajax modal window (ajax 모달창)

· 16년 전 · 5742

/*********************************************************************************
* 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,188
16년 전 조회 2,156
16년 전 조회 2,301
16년 전 조회 2,002
16년 전 조회 4,415
16년 전 조회 3,338
16년 전 조회 2,490
16년 전 조회 2,095
16년 전 조회 2,287
16년 전 조회 2,785
16년 전 조회 1,865
16년 전 조회 2,788
16년 전 조회 2,121
16년 전 조회 2,252
16년 전 조회 1,889
16년 전 조회 2,608
16년 전 조회 1,901
16년 전 조회 2,324
16년 전 조회 2,494
16년 전 조회 1,585
16년 전 조회 1,644
16년 전 조회 2,300
16년 전 조회 5,714
16년 전 조회 2,032
16년 전 조회 2,546
16년 전 조회 2,731
16년 전 조회 1,893
16년 전 조회 1,674
16년 전 조회 2,601
16년 전 조회 5,321
16년 전 조회 2,585
16년 전 조회 3,253
16년 전 조회 2,113
16년 전 조회 3,999
16년 전 조회 4,813
16년 전 조회 3,447
16년 전 조회 2,707
16년 전 조회 2,818
16년 전 조회 3,034
16년 전 조회 2,576
16년 전 조회 5,908
16년 전 조회 3,741
16년 전 조회 1,719
16년 전 조회 2,066
16년 전 조회 5,428
16년 전 조회 2,695
16년 전 조회 3,757
16년 전 조회 3,044
16년 전 조회 1,925
16년 전 조회 5,743
16년 전 조회 2,850
16년 전 조회 6,345
16년 전 조회 2,308
16년 전 조회 4,370
16년 전 조회 3,386
16년 전 조회 2,562
16년 전 조회 2,585
16년 전 조회 4,717
16년 전 조회 3,650
16년 전 조회 3,181
16년 전 조회 3,323
16년 전 조회 2,441
16년 전 조회 2,105
16년 전 조회 2,040
16년 전 조회 1,739
16년 전 조회 2,052
16년 전 조회 2,245
16년 전 조회 1,944
16년 전 조회 5,188
16년 전 조회 4,190
16년 전 조회 2,136
16년 전 조회 1,901
16년 전 조회 2,625
16년 전 조회 4,885
16년 전 조회 3,896
16년 전 조회 2,938
16년 전 조회 4,675
16년 전 조회 3,532
16년 전 조회 1,685
16년 전 조회 1,723
16년 전 조회 2,376
16년 전 조회 2,224
16년 전 조회 2,941
16년 전 조회 2,564
16년 전 조회 1,694
16년 전 조회 4,737
16년 전 조회 1,827
16년 전 조회 2,123
16년 전 조회 2,560
16년 전 조회 4,217
16년 전 조회 3,101
16년 전 조회 1,830
16년 전 조회 4,382
16년 전 조회 1,744
16년 전 조회 1,909
16년 전 조회 1,590
16년 전 조회 2,057
16년 전 조회 1,966
16년 전 조회 1,974
16년 전 조회 1,751