jcadima
9/15/2015 - 6:58 PM

PREVENT CLOSING BOOTSTRAP MODAL ON CLICKING THE OUTSIDE

PREVENT CLOSING BOOTSTRAP MODAL ON CLICKING THE OUTSIDE

REF:
http://stackoverflow.com/questions/16152073/prevent-bootstrap-modal-from-disappearing-when-clicking-outside-or-pressing-esca

these 2 will do the trick:
data-backdrop="static" 
data-keyboard="false"


<div id="haiti_videos" class="modal fade bs-example-modal-lg" data-backdrop="static" data-keyboard="false">