이 개발 기간 동안 JQuery를 사용하여 눈부신 대화 상자를 표시했는데 배경이 회색으로 바뀌었습니다. 특별히 여러분 모두와 공유합니다. 먼저 렌더링을 보세요: 코드는 다음과 같습니다: 코드 복사 코드는 다음과 같습니다. 메타 http-equiv= "Content-Type" content="text/html; charset=utf-8" /> 스크립트> <br> <script src="js/jquery-ui.js"> JQuery 팝업 상자, 배경이 회색으로 변함 <br>$(document) .ready(function(e) { <br>$( "#reviews" ).bind('click',function(event) { <br>$( "#checkandPass" ).dialog({ <br>autoOpen: true , <br>너비: 765 , <br>표시: "블라인드", <br>숨기기: "폭발", <br>모달: true,//배경을 회색으로 설정<br>}); ( "#checkandPass" ).dialog ( "open" ); <br>}) <br>}); ><br><body> <br><div> <br><input type="button"id="reviews"value="클릭하세요"/> ><div id="checkandPass " title="댓글 검토" style="display: none;"> <br><form id="passideas_true" method="post" enctype="multipart/form-data" > <br><div> <br><textarea style="width:100%;height:90%;min-height: 100px;"></textarea> <br><div style= "margin-top: 20px;text-align: center;"> <br><button style="height:30px;width:80px;" type="button" id=" upfpass_true" >확인</ 버튼> <br><button style="height:30px;width:80px;" id="sb">취소</button> <br></div> <br> <br> </div> <br></html> <br><br> <br>원하는 효과를 보장합니다.