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
식욕없는 식사는 건강에 해롭듯이, 의욕이 동반되지 않은 공부는 기억을 해친다. (레오나르도 다빈치)