리자

ajax modal window (ajax 모달창)

· 16년 전 · 5672

/*********************************************************************************
* 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,101
16년 전 조회 2,054
16년 전 조회 2,201
16년 전 조회 1,902
16년 전 조회 4,339
16년 전 조회 3,231
16년 전 조회 2,402
16년 전 조회 1,980
16년 전 조회 2,184
16년 전 조회 2,686
16년 전 조회 1,771
16년 전 조회 2,699
16년 전 조회 2,014
16년 전 조회 2,146
16년 전 조회 1,796
16년 전 조회 2,492
16년 전 조회 1,821
16년 전 조회 2,238
16년 전 조회 2,394
16년 전 조회 1,490
16년 전 조회 1,553
16년 전 조회 2,207
16년 전 조회 5,620
16년 전 조회 1,925
16년 전 조회 2,451
16년 전 조회 2,643
16년 전 조회 1,803
16년 전 조회 1,589
16년 전 조회 2,509
16년 전 조회 5,221
16년 전 조회 2,500
16년 전 조회 3,158
16년 전 조회 2,024
16년 전 조회 3,898
16년 전 조회 4,728
16년 전 조회 3,372
16년 전 조회 2,612
16년 전 조회 2,712
16년 전 조회 2,954
16년 전 조회 2,463
16년 전 조회 5,841
16년 전 조회 3,650
16년 전 조회 1,641
16년 전 조회 1,985
16년 전 조회 5,345
16년 전 조회 2,608
16년 전 조회 3,677
16년 전 조회 2,965
16년 전 조회 1,831
16년 전 조회 5,673
16년 전 조회 2,788
16년 전 조회 6,252
16년 전 조회 2,217
16년 전 조회 4,275
16년 전 조회 3,301
16년 전 조회 2,490
16년 전 조회 2,492
16년 전 조회 4,670
16년 전 조회 3,561
16년 전 조회 3,097
16년 전 조회 3,236
16년 전 조회 2,360
16년 전 조회 2,027
16년 전 조회 1,942
16년 전 조회 1,653
16년 전 조회 1,956
16년 전 조회 2,168
16년 전 조회 1,863
16년 전 조회 5,099
16년 전 조회 4,130
16년 전 조회 2,048
16년 전 조회 1,810
16년 전 조회 2,536
16년 전 조회 4,823
16년 전 조회 3,806
16년 전 조회 2,846
16년 전 조회 4,580
16년 전 조회 3,450
16년 전 조회 1,615
16년 전 조회 1,639
16년 전 조회 2,292
16년 전 조회 2,143
16년 전 조회 2,873
16년 전 조회 2,484
16년 전 조회 1,618
16년 전 조회 4,663
16년 전 조회 1,745
16년 전 조회 2,049
16년 전 조회 2,460
16년 전 조회 4,148
16년 전 조회 3,035
16년 전 조회 1,746
16년 전 조회 4,314
16년 전 조회 1,650
16년 전 조회 1,829
16년 전 조회 1,506
16년 전 조회 1,963
16년 전 조회 1,880
16년 전 조회 1,887
16년 전 조회 1,675