모달창(bootstrap modal) ESC, 클릭 막기
컨텐츠 정보
- 14,101 조회
- 0 추천
- 목록
본문
Add to HTML element
<div id="modal_id" role="dialog" aria-hidden="true" data-backdrop="static" data-keyboard="false">
OR control with JavaScript
$('#modal_id').modal({ backdrop: 'static', keyboard: false });
관련자료
-
링크
댓글 0
등록된 댓글이 없습니다.