리자

ajax modal window (ajax 모달창)

· 16년 전 · 5683

/*********************************************************************************
* 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,131
16년 전 조회 2,077
16년 전 조회 2,222
16년 전 조회 1,921
16년 전 조회 4,354
16년 전 조회 3,258
16년 전 조회 2,418
16년 전 조회 2,006
16년 전 조회 2,208
16년 전 조회 2,710
16년 전 조회 1,792
16년 전 조회 2,719
16년 전 조회 2,042
16년 전 조회 2,175
16년 전 조회 1,818
16년 전 조회 2,514
16년 전 조회 1,836
16년 전 조회 2,263
16년 전 조회 2,418
16년 전 조회 1,512
16년 전 조회 1,577
16년 전 조회 2,227
16년 전 조회 5,644
16년 전 조회 1,945
16년 전 조회 2,475
16년 전 조회 2,662
16년 전 조회 1,827
16년 전 조회 1,609
16년 전 조회 2,537
16년 전 조회 5,249
16년 전 조회 2,525
16년 전 조회 3,178
16년 전 조회 2,052
16년 전 조회 3,927
16년 전 조회 4,752
16년 전 조회 3,387
16년 전 조회 2,634
16년 전 조회 2,741
16년 전 조회 2,973
16년 전 조회 2,487
16년 전 조회 5,859
16년 전 조회 3,675
16년 전 조회 1,661
16년 전 조회 2,008
16년 전 조회 5,366
16년 전 조회 2,631
16년 전 조회 3,693
16년 전 조회 2,982
16년 전 조회 1,856
16년 전 조회 5,684
16년 전 조회 2,800
16년 전 조회 6,269
16년 전 조회 2,247
16년 전 조회 4,296
16년 전 조회 3,318
16년 전 조회 2,507
16년 전 조회 2,516
16년 전 조회 4,684
16년 전 조회 3,579
16년 전 조회 3,111
16년 전 조회 3,252
16년 전 조회 2,382
16년 전 조회 2,044
16년 전 조회 1,969
16년 전 조회 1,676
16년 전 조회 1,980
16년 전 조회 2,190
16년 전 조회 1,882
16년 전 조회 5,126
16년 전 조회 4,142
16년 전 조회 2,068
16년 전 조회 1,840
16년 전 조회 2,559
16년 전 조회 4,840
16년 전 조회 3,829
16년 전 조회 2,871
16년 전 조회 4,602
16년 전 조회 3,471
16년 전 조회 1,637
16년 전 조회 1,659
16년 전 조회 2,318
16년 전 조회 2,164
16년 전 조회 2,892
16년 전 조회 2,497
16년 전 조회 1,626
16년 전 조회 4,679
16년 전 조회 1,764
16년 전 조회 2,070
16년 전 조회 2,484
16년 전 조회 4,159
16년 전 조회 3,051
16년 전 조회 1,762
16년 전 조회 4,327
16년 전 조회 1,678
16년 전 조회 1,852
16년 전 조회 1,526
16년 전 조회 1,987
16년 전 조회 1,900
16년 전 조회 1,909
16년 전 조회 1,689