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
나 자신을 주는 것이 좋은 이유는 그럼으로써 얻는 것보다 크기 때문이다. (오리슨 스췌트 마든)