리자

ajax modal window (ajax 모달창)

· 16년 전 · 5710

/*********************************************************************************
* 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,168
16년 전 조회 2,132
16년 전 조회 2,267
16년 전 조회 1,971
16년 전 조회 4,386
16년 전 조회 3,308
16년 전 조회 2,465
16년 전 조회 2,061
16년 전 조회 2,260
16년 전 조회 2,762
16년 전 조회 1,830
16년 전 조회 2,761
16년 전 조회 2,080
16년 전 조회 2,216
16년 전 조회 1,863
16년 전 조회 2,563
16년 전 조회 1,878
16년 전 조회 2,300
16년 전 조회 2,455
16년 전 조회 1,555
16년 전 조회 1,620
16년 전 조회 2,272
16년 전 조회 5,688
16년 전 조회 1,999
16년 전 조회 2,513
16년 전 조회 2,709
16년 전 조회 1,870
16년 전 조회 1,644
16년 전 조회 2,581
16년 전 조회 5,297
16년 전 조회 2,567
16년 전 조회 3,224
16년 전 조회 2,087
16년 전 조회 3,969
16년 전 조회 4,792
16년 전 조회 3,431
16년 전 조회 2,677
16년 전 조회 2,786
16년 전 조회 3,011
16년 전 조회 2,538
16년 전 조회 5,887
16년 전 조회 3,714
16년 전 조회 1,698
16년 전 조회 2,040
16년 전 조회 5,401
16년 전 조회 2,666
16년 전 조회 3,730
16년 전 조회 3,012
16년 전 조회 1,897
16년 전 조회 5,711
16년 전 조회 2,831
16년 전 조회 6,317
16년 전 조회 2,283
16년 전 조회 4,338
16년 전 조회 3,362
16년 전 조회 2,548
16년 전 조회 2,564
16년 전 조회 4,703
16년 전 조회 3,627
16년 전 조회 3,156
16년 전 조회 3,298
16년 전 조회 2,424
16년 전 조회 2,080
16년 전 조회 2,014
16년 전 조회 1,715
16년 전 조회 2,020
16년 전 조회 2,222
16년 전 조회 1,924
16년 전 조회 5,171
16년 전 조회 4,169
16년 전 조회 2,100
16년 전 조회 1,878
16년 전 조회 2,600
16년 전 조회 4,866
16년 전 조회 3,875
16년 전 조회 2,912
16년 전 조회 4,644
16년 전 조회 3,511
16년 전 조회 1,669
16년 전 조회 1,699
16년 전 조회 2,356
16년 전 조회 2,204
16년 전 조회 2,924
16년 전 조회 2,542
16년 전 조회 1,674
16년 전 조회 4,712
16년 전 조회 1,798
16년 전 조회 2,102
16년 전 조회 2,529
16년 전 조회 4,189
16년 전 조회 3,083
16년 전 조회 1,807
16년 전 조회 4,356
16년 전 조회 1,719
16년 전 조회 1,889
16년 전 조회 1,569
16년 전 조회 2,031
16년 전 조회 1,947
16년 전 조회 1,948
16년 전 조회 1,727