리자

ajax modal window (ajax 모달창)

· 16년 전 · 5901

/*********************************************************************************
* 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,340
16년 전 조회 2,322
16년 전 조회 2,459
16년 전 조회 2,145
16년 전 조회 4,585
16년 전 조회 3,492
16년 전 조회 2,651
16년 전 조회 2,248
16년 전 조회 2,437
16년 전 조회 2,946
16년 전 조회 2,038
16년 전 조회 2,958
16년 전 조회 2,282
16년 전 조회 2,412
16년 전 조회 2,031
16년 전 조회 2,741
16년 전 조회 2,068
16년 전 조회 2,489
16년 전 조회 2,668
16년 전 조회 1,739
16년 전 조회 1,799
16년 전 조회 2,467
16년 전 조회 5,884
16년 전 조회 2,198
16년 전 조회 2,727
16년 전 조회 2,909
16년 전 조회 2,060
16년 전 조회 1,843
16년 전 조회 2,771
16년 전 조회 5,485
16년 전 조회 2,761
16년 전 조회 3,418
16년 전 조회 2,272
16년 전 조회 4,176
16년 전 조회 4,968
16년 전 조회 3,611
16년 전 조회 2,865
16년 전 조회 2,984
16년 전 조회 3,191
16년 전 조회 2,714
16년 전 조회 6,072
16년 전 조회 3,894
16년 전 조회 1,881
16년 전 조회 2,216
16년 전 조회 5,578
16년 전 조회 2,824
16년 전 조회 3,907
16년 전 조회 3,183
16년 전 조회 2,077
16년 전 조회 5,902
16년 전 조회 3,012
16년 전 조회 6,491
16년 전 조회 2,482
16년 전 조회 4,514
16년 전 조회 3,530
16년 전 조회 2,711
16년 전 조회 2,742
16년 전 조회 4,866
16년 전 조회 3,806
16년 전 조회 3,326
16년 전 조회 3,477
16년 전 조회 2,600
16년 전 조회 2,268
16년 전 조회 2,190
16년 전 조회 1,906
16년 전 조회 2,186
16년 전 조회 2,389
16년 전 조회 2,099
16년 전 조회 5,344
16년 전 조회 4,341
16년 전 조회 2,285
16년 전 조회 2,032
16년 전 조회 2,796
16년 전 조회 5,035
16년 전 조회 4,054
16년 전 조회 3,085
16년 전 조회 4,827
16년 전 조회 3,675
16년 전 조회 1,827
16년 전 조회 1,860
16년 전 조회 2,530
16년 전 조회 2,356
16년 전 조회 3,078
16년 전 조회 2,686
16년 전 조회 1,830
16년 전 조회 4,882
16년 전 조회 1,959
16년 전 조회 2,270
16년 전 조회 2,699
16년 전 조회 4,348
16년 전 조회 3,244
16년 전 조회 1,962
16년 전 조회 4,504
16년 전 조회 1,865
16년 전 조회 2,043
16년 전 조회 1,716
16년 전 조회 2,187
16년 전 조회 2,110
16년 전 조회 2,100
16년 전 조회 1,878