리자

ajax modal window (ajax 모달창)

· 16년 전 · 5727

/*********************************************************************************
* 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,181
16년 전 조회 2,141
16년 전 조회 2,280
16년 전 조회 1,986
16년 전 조회 4,399
16년 전 조회 3,319
16년 전 조회 2,473
16년 전 조회 2,079
16년 전 조회 2,272
16년 전 조회 2,772
16년 전 조회 1,848
16년 전 조회 2,774
16년 전 조회 2,098
16년 전 조회 2,230
16년 전 조회 1,877
16년 전 조회 2,581
16년 전 조회 1,892
16년 전 조회 2,310
16년 전 조회 2,470
16년 전 조회 1,569
16년 전 조회 1,630
16년 전 조회 2,281
16년 전 조회 5,700
16년 전 조회 2,013
16년 전 조회 2,530
16년 전 조회 2,721
16년 전 조회 1,882
16년 전 조회 1,654
16년 전 조회 2,590
16년 전 조회 5,307
16년 전 조회 2,577
16년 전 조회 3,234
16년 전 조회 2,097
16년 전 조회 3,982
16년 전 조회 4,802
16년 전 조회 3,437
16년 전 조회 2,693
16년 전 조회 2,802
16년 전 조회 3,020
16년 전 조회 2,553
16년 전 조회 5,897
16년 전 조회 3,725
16년 전 조회 1,708
16년 전 조회 2,054
16년 전 조회 5,420
16년 전 조회 2,682
16년 전 조회 3,745
16년 전 조회 3,032
16년 전 조회 1,911
16년 전 조회 5,728
16년 전 조회 2,842
16년 전 조회 6,327
16년 전 조회 2,294
16년 전 조회 4,357
16년 전 조회 3,377
16년 전 조회 2,559
16년 전 조회 2,574
16년 전 조회 4,711
16년 전 조회 3,638
16년 전 조회 3,169
16년 전 조회 3,310
16년 전 조회 2,431
16년 전 조회 2,093
16년 전 조회 2,023
16년 전 조회 1,729
16년 전 조회 2,032
16년 전 조회 2,232
16년 전 조회 1,936
16년 전 조회 5,182
16년 전 조회 4,181
16년 전 조회 2,117
16년 전 조회 1,891
16년 전 조회 2,612
16년 전 조회 4,875
16년 전 조회 3,885
16년 전 조회 2,928
16년 전 조회 4,660
16년 전 조회 3,516
16년 전 조회 1,676
16년 전 조회 1,714
16년 전 조회 2,367
16년 전 조회 2,213
16년 전 조회 2,934
16년 전 조회 2,550
16년 전 조회 1,684
16년 전 조회 4,722
16년 전 조회 1,815
16년 전 조회 2,111
16년 전 조회 2,540
16년 전 조회 4,205
16년 전 조회 3,091
16년 전 조회 1,818
16년 전 조회 4,367
16년 전 조회 1,731
16년 전 조회 1,897
16년 전 조회 1,577
16년 전 조회 2,043
16년 전 조회 1,959
16년 전 조회 1,959
16년 전 조회 1,736