리자

ajax modal window (ajax 모달창)

· 16년 전 · 5680

/*********************************************************************************
* 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,122
16년 전 조회 2,071
16년 전 조회 2,214
16년 전 조회 1,916
16년 전 조회 4,350
16년 전 조회 3,248
16년 전 조회 2,411
16년 전 조회 1,998
16년 전 조회 2,204
16년 전 조회 2,706
16년 전 조회 1,785
16년 전 조회 2,710
16년 전 조회 2,034
16년 전 조회 2,164
16년 전 조회 1,807
16년 전 조회 2,503
16년 전 조회 1,831
16년 전 조회 2,255
16년 전 조회 2,411
16년 전 조회 1,506
16년 전 조회 1,566
16년 전 조회 2,222
16년 전 조회 5,636
16년 전 조회 1,941
16년 전 조회 2,466
16년 전 조회 2,655
16년 전 조회 1,822
16년 전 조회 1,599
16년 전 조회 2,530
16년 전 조회 5,240
16년 전 조회 2,520
16년 전 조회 3,170
16년 전 조회 2,046
16년 전 조회 3,916
16년 전 조회 4,743
16년 전 조회 3,384
16년 전 조회 2,623
16년 전 조회 2,729
16년 전 조회 2,965
16년 전 조회 2,478
16년 전 조회 5,852
16년 전 조회 3,668
16년 전 조회 1,653
16년 전 조회 1,996
16년 전 조회 5,361
16년 전 조회 2,620
16년 전 조회 3,692
16년 전 조회 2,979
16년 전 조회 1,848
16년 전 조회 5,681
16년 전 조회 2,799
16년 전 조회 6,260
16년 전 조회 2,240
16년 전 조회 4,292
16년 전 조회 3,313
16년 전 조회 2,502
16년 전 조회 2,506
16년 전 조회 4,681
16년 전 조회 3,572
16년 전 조회 3,104
16년 전 조회 3,249
16년 전 조회 2,378
16년 전 조회 2,037
16년 전 조회 1,959
16년 전 조회 1,667
16년 전 조회 1,971
16년 전 조회 2,182
16년 전 조회 1,877
16년 전 조회 5,120
16년 전 조회 4,139
16년 전 조회 2,066
16년 전 조회 1,831
16년 전 조회 2,547
16년 전 조회 4,835
16년 전 조회 3,822
16년 전 조회 2,862
16년 전 조회 4,594
16년 전 조회 3,462
16년 전 조회 1,631
16년 전 조회 1,652
16년 전 조회 2,309
16년 전 조회 2,157
16년 전 조회 2,887
16년 전 조회 2,494
16년 전 조회 1,622
16년 전 조회 4,675
16년 전 조회 1,758
16년 전 조회 2,065
16년 전 조회 2,477
16년 전 조회 4,156
16년 전 조회 3,046
16년 전 조회 1,754
16년 전 조회 4,324
16년 전 조회 1,670
16년 전 조회 1,846
16년 전 조회 1,522
16년 전 조회 1,979
16년 전 조회 1,891
16년 전 조회 1,901
16년 전 조회 1,685