리자

ajax modal window (ajax 모달창)

· 16년 전 · 5848

/*********************************************************************************
* 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,291
16년 전 조회 2,263
16년 전 조회 2,409
16년 전 조회 2,108
16년 전 조회 4,539
16년 전 조회 3,437
16년 전 조회 2,600
16년 전 조회 2,196
16년 전 조회 2,397
16년 전 조회 2,901
16년 전 조회 1,992
16년 전 조회 2,907
16년 전 조회 2,239
16년 전 조회 2,361
16년 전 조회 1,987
16년 전 조회 2,700
16년 전 조회 2,011
16년 전 조회 2,439
16년 전 조회 2,620
16년 전 조회 1,695
16년 전 조회 1,747
16년 전 조회 2,417
16년 전 조회 5,835
16년 전 조회 2,143
16년 전 조회 2,670
16년 전 조회 2,853
16년 전 조회 2,008
16년 전 조회 1,802
16년 전 조회 2,716
16년 전 조회 5,441
16년 전 조회 2,706
16년 전 조회 3,359
16년 전 조회 2,229
16년 전 조회 4,107
16년 전 조회 4,912
16년 전 조회 3,556
16년 전 조회 2,811
16년 전 조회 2,930
16년 전 조회 3,142
16년 전 조회 2,657
16년 전 조회 6,007
16년 전 조회 3,834
16년 전 조회 1,830
16년 전 조회 2,162
16년 전 조회 5,532
16년 전 조회 2,781
16년 전 조회 3,855
16년 전 조회 3,134
16년 전 조회 2,032
16년 전 조회 5,849
16년 전 조회 2,950
16년 전 조회 6,441
16년 전 조회 2,417
16년 전 조회 4,468
16년 전 조회 3,474
16년 전 조회 2,671
16년 전 조회 2,696
16년 전 조회 4,821
16년 전 조회 3,756
16년 전 조회 3,279
16년 전 조회 3,434
16년 전 조회 2,551
16년 전 조회 2,217
16년 전 조회 2,143
16년 전 조회 1,851
16년 전 조회 2,135
16년 전 조회 2,344
16년 전 조회 2,049
16년 전 조회 5,300
16년 전 조회 4,301
16년 전 조회 2,239
16년 전 조회 1,990
16년 전 조회 2,739
16년 전 조회 4,991
16년 전 조회 3,998
16년 전 조회 3,031
16년 전 조회 4,776
16년 전 조회 3,626
16년 전 조회 1,781
16년 전 조회 1,812
16년 전 조회 2,489
16년 전 조회 2,328
16년 전 조회 3,043
16년 전 조회 2,654
16년 전 조회 1,792
16년 전 조회 4,839
16년 전 조회 1,915
16년 전 조회 2,221
16년 전 조회 2,656
16년 전 조회 4,300
16년 전 조회 3,205
16년 전 조회 1,922
16년 전 조회 4,469
16년 전 조회 1,825
16년 전 조회 2,011
16년 전 조회 1,682
16년 전 조회 2,152
16년 전 조회 2,077
16년 전 조회 2,057
16년 전 조회 1,841