리자

ajax modal window (ajax 모달창)

· 16년 전 · 5665

/*********************************************************************************
* 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,089
16년 전 조회 2,049
16년 전 조회 2,191
16년 전 조회 1,889
16년 전 조회 4,331
16년 전 조회 3,220
16년 전 조회 2,390
16년 전 조회 1,968
16년 전 조회 2,178
16년 전 조회 2,678
16년 전 조회 1,760
16년 전 조회 2,689
16년 전 조회 2,009
16년 전 조회 2,139
16년 전 조회 1,785
16년 전 조회 2,484
16년 전 조회 1,812
16년 전 조회 2,226
16년 전 조회 2,387
16년 전 조회 1,478
16년 전 조회 1,546
16년 전 조회 2,199
16년 전 조회 5,615
16년 전 조회 1,914
16년 전 조회 2,439
16년 전 조회 2,639
16년 전 조회 1,797
16년 전 조회 1,580
16년 전 조회 2,499
16년 전 조회 5,214
16년 전 조회 2,494
16년 전 조회 3,150
16년 전 조회 2,015
16년 전 조회 3,887
16년 전 조회 4,715
16년 전 조회 3,364
16년 전 조회 2,605
16년 전 조회 2,701
16년 전 조회 2,948
16년 전 조회 2,451
16년 전 조회 5,837
16년 전 조회 3,645
16년 전 조회 1,634
16년 전 조회 1,977
16년 전 조회 5,337
16년 전 조회 2,603
16년 전 조회 3,672
16년 전 조회 2,957
16년 전 조회 1,826
16년 전 조회 5,666
16년 전 조회 2,779
16년 전 조회 6,242
16년 전 조회 2,211
16년 전 조회 4,269
16년 전 조회 3,296
16년 전 조회 2,488
16년 전 조회 2,486
16년 전 조회 4,660
16년 전 조회 3,553
16년 전 조회 3,089
16년 전 조회 3,231
16년 전 조회 2,349
16년 전 조회 2,019
16년 전 조회 1,937
16년 전 조회 1,648
16년 전 조회 1,949
16년 전 조회 2,164
16년 전 조회 1,858
16년 전 조회 5,097
16년 전 조회 4,122
16년 전 조회 2,038
16년 전 조회 1,805
16년 전 조회 2,522
16년 전 조회 4,819
16년 전 조회 3,798
16년 전 조회 2,842
16년 전 조회 4,575
16년 전 조회 3,448
16년 전 조회 1,607
16년 전 조회 1,629
16년 전 조회 2,288
16년 전 조회 2,135
16년 전 조회 2,866
16년 전 조회 2,478
16년 전 조회 1,610
16년 전 조회 4,658
16년 전 조회 1,742
16년 전 조회 2,042
16년 전 조회 2,457
16년 전 조회 4,143
16년 전 조회 3,034
16년 전 조회 1,742
16년 전 조회 4,310
16년 전 조회 1,643
16년 전 조회 1,820
16년 전 조회 1,499
16년 전 조회 1,959
16년 전 조회 1,874
16년 전 조회 1,882
16년 전 조회 1,666