리자

ajax modal window (ajax 모달창)

· 16년 전 · 5698

/*********************************************************************************
* 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에서 이동 됨]
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
16년 전 조회 2,145
16년 전 조회 2,097
16년 전 조회 2,240
16년 전 조회 1,935
16년 전 조회 4,369
16년 전 조회 3,278
16년 전 조회 2,439
16년 전 조회 2,027
16년 전 조회 2,226
16년 전 조회 2,732
16년 전 조회 1,803
16년 전 조회 2,739
16년 전 조회 2,060
16년 전 조회 2,198
16년 전 조회 1,840
16년 전 조회 2,536
16년 전 조회 1,855
16년 전 조회 2,279
16년 전 조회 2,432
16년 전 조회 1,530
16년 전 조회 1,599
16년 전 조회 2,246
16년 전 조회 5,663
16년 전 조회 1,963
16년 전 조회 2,487
16년 전 조회 2,682
16년 전 조회 1,845
16년 전 조회 1,622
16년 전 조회 2,553
16년 전 조회 5,269
16년 전 조회 2,545
16년 전 조회 3,205
16년 전 조회 2,069
16년 전 조회 3,939
16년 전 조회 4,774
16년 전 조회 3,410
16년 전 조회 2,645
16년 전 조회 2,759
16년 전 조회 2,990
16년 전 조회 2,507
16년 전 조회 5,870
16년 전 조회 3,693
16년 전 조회 1,680
16년 전 조회 2,025
16년 전 조회 5,384
16년 전 조회 2,646
16년 전 조회 3,714
16년 전 조회 3,002
16년 전 조회 1,868
16년 전 조회 5,699
16년 전 조회 2,810
16년 전 조회 6,287
16년 전 조회 2,262
16년 전 조회 4,317
16년 전 조회 3,334
16년 전 조회 2,526
16년 전 조회 2,533
16년 전 조회 4,691
16년 전 조회 3,601
16년 전 조회 3,133
16년 전 조회 3,277
16년 전 조회 2,405
16년 전 조회 2,054
16년 전 조회 1,988
16년 전 조회 1,696
16년 전 조회 2,002
16년 전 조회 2,202
16년 전 조회 1,902
16년 전 조회 5,143
16년 전 조회 4,153
16년 전 조회 2,085
16년 전 조회 1,854
16년 전 조회 2,580
16년 전 조회 4,851
16년 전 조회 3,848
16년 전 조회 2,890
16년 전 조회 4,621
16년 전 조회 3,490
16년 전 조회 1,652
16년 전 조회 1,681
16년 전 조회 2,335
16년 전 조회 2,187
16년 전 조회 2,905
16년 전 조회 2,518
16년 전 조회 1,653
16년 전 조회 4,692
16년 전 조회 1,785
16년 전 조회 2,082
16년 전 조회 2,503
16년 전 조회 4,171
16년 전 조회 3,063
16년 전 조회 1,779
16년 전 조회 4,337
16년 전 조회 1,698
16년 전 조회 1,864
16년 전 조회 1,548
16년 전 조회 2,005
16년 전 조회 1,921
16년 전 조회 1,924
16년 전 조회 1,710