리자

ajax modal window (ajax 모달창)

· 16년 전 · 5716

/*********************************************************************************
* 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,171
16년 전 조회 2,137
16년 전 조회 2,273
16년 전 조회 1,973
16년 전 조회 4,392
16년 전 조회 3,310
16년 전 조회 2,466
16년 전 조회 2,065
16년 전 조회 2,265
16년 전 조회 2,763
16년 전 조회 1,836
16년 전 조회 2,762
16년 전 조회 2,083
16년 전 조회 2,218
16년 전 조회 1,865
16년 전 조회 2,568
16년 전 조회 1,883
16년 전 조회 2,303
16년 전 조회 2,459
16년 전 조회 1,559
16년 전 조회 1,621
16년 전 조회 2,276
16년 전 조회 5,691
16년 전 조회 2,003
16년 전 조회 2,516
16년 전 조회 2,711
16년 전 조회 1,871
16년 전 조회 1,648
16년 전 조회 2,584
16년 전 조회 5,299
16년 전 조회 2,570
16년 전 조회 3,227
16년 전 조회 2,090
16년 전 조회 3,972
16년 전 조회 4,795
16년 전 조회 3,432
16년 전 조회 2,683
16년 전 조회 2,788
16년 전 조회 3,012
16년 전 조회 2,542
16년 전 조회 5,890
16년 전 조회 3,716
16년 전 조회 1,700
16년 전 조회 2,044
16년 전 조회 5,406
16년 전 조회 2,672
16년 전 조회 3,734
16년 전 조회 3,020
16년 전 조회 1,901
16년 전 조회 5,717
16년 전 조회 2,835
16년 전 조회 6,320
16년 전 조회 2,286
16년 전 조회 4,342
16년 전 조회 3,368
16년 전 조회 2,551
16년 전 조회 2,566
16년 전 조회 4,707
16년 전 조회 3,632
16년 전 조회 3,159
16년 전 조회 3,299
16년 전 조회 2,428
16년 전 조회 2,082
16년 전 조회 2,016
16년 전 조회 1,719
16년 전 조회 2,022
16년 전 조회 2,226
16년 전 조회 1,926
16년 전 조회 5,175
16년 전 조회 4,173
16년 전 조회 2,105
16년 전 조회 1,880
16년 전 조회 2,604
16년 전 조회 4,869
16년 전 조회 3,879
16년 전 조회 2,915
16년 전 조회 4,645
16년 전 조회 3,513
16년 전 조회 1,670
16년 전 조회 1,704
16년 전 조회 2,358
16년 전 조회 2,207
16년 전 조회 2,926
16년 전 조회 2,544
16년 전 조회 1,677
16년 전 조회 4,715
16년 전 조회 1,807
16년 전 조회 2,103
16년 전 조회 2,531
16년 전 조회 4,195
16년 전 조회 3,085
16년 전 조회 1,812
16년 전 조회 4,359
16년 전 조회 1,721
16년 전 조회 1,892
16년 전 조회 1,573
16년 전 조회 2,033
16년 전 조회 1,949
16년 전 조회 1,951
16년 전 조회 1,730