리자

ajax modal window (ajax 모달창)

· 16년 전 · 5860

/*********************************************************************************
* 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,297
16년 전 조회 2,270
16년 전 조회 2,417
16년 전 조회 2,116
16년 전 조회 4,544
16년 전 조회 3,443
16년 전 조회 2,609
16년 전 조회 2,204
16년 전 조회 2,404
16년 전 조회 2,909
16년 전 조회 1,999
16년 전 조회 2,916
16년 전 조회 2,249
16년 전 조회 2,368
16년 전 조회 1,990
16년 전 조회 2,705
16년 전 조회 2,021
16년 전 조회 2,448
16년 전 조회 2,628
16년 전 조회 1,699
16년 전 조회 1,755
16년 전 조회 2,424
16년 전 조회 5,842
16년 전 조회 2,154
16년 전 조회 2,678
16년 전 조회 2,861
16년 전 조회 2,016
16년 전 조회 1,813
16년 전 조회 2,726
16년 전 조회 5,450
16년 전 조회 2,719
16년 전 조회 3,372
16년 전 조회 2,237
16년 전 조회 4,119
16년 전 조회 4,923
16년 전 조회 3,568
16년 전 조회 2,825
16년 전 조회 2,940
16년 전 조회 3,151
16년 전 조회 2,668
16년 전 조회 6,023
16년 전 조회 3,847
16년 전 조회 1,840
16년 전 조회 2,177
16년 전 조회 5,542
16년 전 조회 2,793
16년 전 조회 3,865
16년 전 조회 3,146
16년 전 조회 2,041
16년 전 조회 5,861
16년 전 조회 2,959
16년 전 조회 6,446
16년 전 조회 2,429
16년 전 조회 4,476
16년 전 조회 3,485
16년 전 조회 2,679
16년 전 조회 2,702
16년 전 조회 4,829
16년 전 조회 3,766
16년 전 조회 3,287
16년 전 조회 3,443
16년 전 조회 2,555
16년 전 조회 2,226
16년 전 조회 2,148
16년 전 조회 1,859
16년 전 조회 2,148
16년 전 조회 2,352
16년 전 조회 2,053
16년 전 조회 5,302
16년 전 조회 4,308
16년 전 조회 2,245
16년 전 조회 1,996
16년 전 조회 2,746
16년 전 조회 4,995
16년 전 조회 4,004
16년 전 조회 3,036
16년 전 조회 4,781
16년 전 조회 3,632
16년 전 조회 1,784
16년 전 조회 1,820
16년 전 조회 2,492
16년 전 조회 2,332
16년 전 조회 3,047
16년 전 조회 2,656
16년 전 조회 1,799
16년 전 조회 4,842
16년 전 조회 1,923
16년 전 조회 2,226
16년 전 조회 2,663
16년 전 조회 4,308
16년 전 조회 3,211
16년 전 조회 1,927
16년 전 조회 4,474
16년 전 조회 1,830
16년 전 조회 2,015
16년 전 조회 1,686
16년 전 조회 2,156
16년 전 조회 2,081
16년 전 조회 2,062
16년 전 조회 1,847