리자

ajax modal window (ajax 모달창)

· 16년 전 · 5691

/*********************************************************************************
* 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,142
16년 전 조회 2,086
16년 전 조회 2,236
16년 전 조회 1,929
16년 전 조회 4,361
16년 전 조회 3,268
16년 전 조회 2,433
16년 전 조회 2,019
16년 전 조회 2,216
16년 전 조회 2,719
16년 전 조회 1,799
16년 전 조회 2,731
16년 전 조회 2,051
16년 전 조회 2,190
16년 전 조회 1,827
16년 전 조회 2,529
16년 전 조회 1,846
16년 전 조회 2,270
16년 전 조회 2,429
16년 전 조회 1,523
16년 전 조회 1,588
16년 전 조회 2,241
16년 전 조회 5,658
16년 전 조회 1,958
16년 전 조회 2,480
16년 전 조회 2,678
16년 전 조회 1,839
16년 전 조회 1,616
16년 전 조회 2,548
16년 전 조회 5,264
16년 전 조회 2,537
16년 전 조회 3,196
16년 전 조회 2,065
16년 전 조회 3,936
16년 전 조회 4,767
16년 전 조회 3,404
16년 전 조회 2,640
16년 전 조회 2,751
16년 전 조회 2,981
16년 전 조회 2,498
16년 전 조회 5,865
16년 전 조회 3,685
16년 전 조회 1,672
16년 전 조회 2,016
16년 전 조회 5,378
16년 전 조회 2,641
16년 전 조회 3,705
16년 전 조회 2,997
16년 전 조회 1,866
16년 전 조회 5,692
16년 전 조회 2,807
16년 전 조회 6,281
16년 전 조회 2,255
16년 전 조회 4,309
16년 전 조회 3,325
16년 전 조회 2,518
16년 전 조회 2,526
16년 전 조회 4,688
16년 전 조회 3,594
16년 전 조회 3,122
16년 전 조회 3,266
16년 전 조회 2,397
16년 전 조회 2,052
16년 전 조회 1,978
16년 전 조회 1,689
16년 전 조회 1,992
16년 전 조회 2,197
16년 전 조회 1,891
16년 전 조회 5,138
16년 전 조회 4,152
16년 전 조회 2,079
16년 전 조회 1,849
16년 전 조회 2,573
16년 전 조회 4,848
16년 전 조회 3,839
16년 전 조회 2,881
16년 전 조회 4,610
16년 전 조회 3,483
16년 전 조회 1,645
16년 전 조회 1,673
16년 전 조회 2,326
16년 전 조회 2,179
16년 전 조회 2,901
16년 전 조회 2,514
16년 전 조회 1,641
16년 전 조회 4,689
16년 전 조회 1,778
16년 전 조회 2,078
16년 전 조회 2,495
16년 전 조회 4,166
16년 전 조회 3,059
16년 전 조회 1,773
16년 전 조회 4,332
16년 전 조회 1,693
16년 전 조회 1,862
16년 전 조회 1,538
16년 전 조회 1,998
16년 전 조회 1,913
16년 전 조회 1,921
16년 전 조회 1,702