리자

ajax modal window (ajax 모달창)

· 16년 전 · 5675

/*********************************************************************************
* 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,111
16년 전 조회 2,064
16년 전 조회 2,207
16년 전 조회 1,911
16년 전 조회 4,344
16년 전 조회 3,241
16년 전 조회 2,407
16년 전 조회 1,987
16년 전 조회 2,192
16년 전 조회 2,695
16년 전 조회 1,779
16년 전 조회 2,705
16년 전 조회 2,022
16년 전 조회 2,157
16년 전 조회 1,800
16년 전 조회 2,498
16년 전 조회 1,827
16년 전 조회 2,247
16년 전 조회 2,403
16년 전 조회 1,501
16년 전 조회 1,558
16년 전 조회 2,214
16년 전 조회 5,630
16년 전 조회 1,933
16년 전 조회 2,459
16년 전 조회 2,648
16년 전 조회 1,813
16년 전 조회 1,591
16년 전 조회 2,517
16년 전 조회 5,229
16년 전 조회 2,510
16년 전 조회 3,166
16년 전 조회 2,036
16년 전 조회 3,909
16년 전 조회 4,737
16년 전 조회 3,382
16년 전 조회 2,617
16년 전 조회 2,721
16년 전 조회 2,960
16년 전 조회 2,474
16년 전 조회 5,844
16년 전 조회 3,659
16년 전 조회 1,648
16년 전 조회 1,990
16년 전 조회 5,351
16년 전 조회 2,614
16년 전 조회 3,683
16년 전 조회 2,970
16년 전 조회 1,842
16년 전 조회 5,676
16년 전 조회 2,794
16년 전 조회 6,256
16년 전 조회 2,227
16년 전 조회 4,286
16년 전 조회 3,306
16년 전 조회 2,499
16년 전 조회 2,500
16년 전 조회 4,679
16년 전 조회 3,567
16년 전 조회 3,100
16년 전 조회 3,241
16년 전 조회 2,368
16년 전 조회 2,034
16년 전 조회 1,952
16년 전 조회 1,663
16년 전 조회 1,963
16년 전 조회 2,173
16년 전 조회 1,870
16년 전 조회 5,108
16년 전 조회 4,135
16년 전 조회 2,058
16년 전 조회 1,819
16년 전 조회 2,543
16년 전 조회 4,831
16년 전 조회 3,814
16년 전 조회 2,857
16년 전 조회 4,587
16년 전 조회 3,457
16년 전 조회 1,624
16년 전 조회 1,651
16년 전 조회 2,303
16년 전 조회 2,150
16년 전 조회 2,882
16년 전 조회 2,489
16년 전 조회 1,621
16년 전 조회 4,668
16년 전 조회 1,753
16년 전 조회 2,055
16년 전 조회 2,467
16년 전 조회 4,151
16년 전 조회 3,043
16년 전 조회 1,749
16년 전 조회 4,319
16년 전 조회 1,662
16년 전 조회 1,838
16년 전 조회 1,512
16년 전 조회 1,972
16년 전 조회 1,888
16년 전 조회 1,895
16년 전 조회 1,681