BootStrap

모달창(bootstrap modal) ESC, 클릭 막기

컨텐츠 정보

본문

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
등록된 댓글이 없습니다.
Today's proverb
사랑의 계산 방법은 독특하다. 절반과 절반이 합쳐 하나가 되는 것이 아니라,오직 두 개가 모여 완전한 하나를 만들기 때문이다. (조 코데르트)