리자

ajax modal window (ajax 모달창)

· 16년 전 · 5708

/*********************************************************************************
* 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,167
16년 전 조회 2,130
16년 전 조회 2,263
16년 전 조회 1,970
16년 전 조회 4,385
16년 전 조회 3,307
16년 전 조회 2,461
16년 전 조회 2,056
16년 전 조회 2,260
16년 전 조회 2,761
16년 전 조회 1,828
16년 전 조회 2,759
16년 전 조회 2,080
16년 전 조회 2,216
16년 전 조회 1,861
16년 전 조회 2,561
16년 전 조회 1,878
16년 전 조회 2,300
16년 전 조회 2,455
16년 전 조회 1,555
16년 전 조회 1,618
16년 전 조회 2,269
16년 전 조회 5,687
16년 전 조회 1,998
16년 전 조회 2,513
16년 전 조회 2,708
16년 전 조회 1,866
16년 전 조회 1,641
16년 전 조회 2,578
16년 전 조회 5,295
16년 전 조회 2,565
16년 전 조회 3,221
16년 전 조회 2,086
16년 전 조회 3,969
16년 전 조회 4,791
16년 전 조회 3,430
16년 전 조회 2,674
16년 전 조회 2,784
16년 전 조회 3,011
16년 전 조회 2,536
16년 전 조회 5,886
16년 전 조회 3,711
16년 전 조회 1,698
16년 전 조회 2,039
16년 전 조회 5,400
16년 전 조회 2,663
16년 전 조회 3,728
16년 전 조회 3,012
16년 전 조회 1,896
16년 전 조회 5,709
16년 전 조회 2,829
16년 전 조회 6,315
16년 전 조회 2,283
16년 전 조회 4,337
16년 전 조회 3,361
16년 전 조회 2,548
16년 전 조회 2,563
16년 전 조회 4,703
16년 전 조회 3,626
16년 전 조회 3,153
16년 전 조회 3,297
16년 전 조회 2,423
16년 전 조회 2,078
16년 전 조회 2,012
16년 전 조회 1,713
16년 전 조회 2,017
16년 전 조회 2,220
16년 전 조회 1,922
16년 전 조회 5,169
16년 전 조회 4,168
16년 전 조회 2,100
16년 전 조회 1,877
16년 전 조회 2,598
16년 전 조회 4,863
16년 전 조회 3,870
16년 전 조회 2,912
16년 전 조회 4,643
16년 전 조회 3,510
16년 전 조회 1,668
16년 전 조회 1,699
16년 전 조회 2,354
16년 전 조회 2,199
16년 전 조회 2,924
16년 전 조회 2,541
16년 전 조회 1,673
16년 전 조회 4,712
16년 전 조회 1,797
16년 전 조회 2,101
16년 전 조회 2,528
16년 전 조회 4,187
16년 전 조회 3,082
16년 전 조회 1,804
16년 전 조회 4,355
16년 전 조회 1,715
16년 전 조회 1,887
16년 전 조회 1,567
16년 전 조회 2,030
16년 전 조회 1,946
16년 전 조회 1,945
16년 전 조회 1,726