리자

ajax modal window (ajax 모달창)

· 16년 전 · 5685

/*********************************************************************************
* 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,136
16년 전 조회 2,078
16년 전 조회 2,229
16년 전 조회 1,923
16년 전 조회 4,354
16년 전 조회 3,259
16년 전 조회 2,423
16년 전 조회 2,012
16년 전 조회 2,209
16년 전 조회 2,714
16년 전 조회 1,794
16년 전 조회 2,723
16년 전 조회 2,047
16년 전 조회 2,177
16년 전 조회 1,820
16년 전 조회 2,520
16년 전 조회 1,839
16년 전 조회 2,264
16년 전 조회 2,424
16년 전 조회 1,514
16년 전 조회 1,581
16년 전 조회 2,232
16년 전 조회 5,650
16년 전 조회 1,948
16년 전 조회 2,476
16년 전 조회 2,670
16년 전 조회 1,829
16년 전 조회 1,610
16년 전 조회 2,540
16년 전 조회 5,253
16년 전 조회 2,526
16년 전 조회 3,179
16년 전 조회 2,056
16년 전 조회 3,927
16년 전 조회 4,756
16년 전 조회 3,389
16년 전 조회 2,637
16년 전 조회 2,743
16년 전 조회 2,976
16년 전 조회 2,491
16년 전 조회 5,860
16년 전 조회 3,676
16년 전 조회 1,667
16년 전 조회 2,010
16년 전 조회 5,368
16년 전 조회 2,634
16년 전 조회 3,700
16년 전 조회 2,985
16년 전 조회 1,859
16년 전 조회 5,686
16년 전 조회 2,801
16년 전 조회 6,272
16년 전 조회 2,248
16년 전 조회 4,299
16년 전 조회 3,321
16년 전 조회 2,512
16년 전 조회 2,520
16년 전 조회 4,685
16년 전 조회 3,585
16년 전 조회 3,115
16년 전 조회 3,257
16년 전 조회 2,385
16년 전 조회 2,046
16년 전 조회 1,970
16년 전 조회 1,679
16년 전 조회 1,982
16년 전 조회 2,193
16년 전 조회 1,884
16년 전 조회 5,131
16년 전 조회 4,144
16년 전 조회 2,070
16년 전 조회 1,844
16년 전 조회 2,563
16년 전 조회 4,841
16년 전 조회 3,831
16년 전 조회 2,874
16년 전 조회 4,604
16년 전 조회 3,471
16년 전 조회 1,639
16년 전 조회 1,661
16년 전 조회 2,324
16년 전 조회 2,170
16년 전 조회 2,895
16년 전 조회 2,502
16년 전 조회 1,630
16년 전 조회 4,681
16년 전 조회 1,765
16년 전 조회 2,071
16년 전 조회 2,490
16년 전 조회 4,160
16년 전 조회 3,053
16년 전 조회 1,764
16년 전 조회 4,327
16년 전 조회 1,682
16년 전 조회 1,852
16년 전 조회 1,528
16년 전 조회 1,989
16년 전 조회 1,901
16년 전 조회 1,911
16년 전 조회 1,695