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
인생은 흘러가는 것이 아니라 채워지는 것이다. 우리는 하루 하루를 보내는 것이 아니라 내가 가진 무엇으로 채워 가는 것이다. (러스킨)