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 });

관련자료

등록된 댓글이 없습니다.
Today's proverb
한가지 변함없는 법칙이 있다. 우리가 깊은 상처를 입었을 때, 용서하지 않는 한은 어떤 치유도 없다는 것이다. (알란 패턴)