dinbror / bpopup

bPopup is a lightweight jQuery modal popup plugin (only 1.34KB gzipped). It doesn't create or style your popup but provides you with all the logic like centering, modal overlay, events and more. It gives you a lot of opportunities to customize so it will fit your needs.
http://dinbror.dk/bPopup
427 stars 260 forks source link

Disable "Esc" #31

Closed doaa-magdy closed 10 years ago

doaa-magdy commented 10 years ago

Hello; I've been using bpopup plugin and it's amazing... lately I'm facing a problem with preventing "Esc" button from closing the popup layer... i want closing to be done programmatically by me ... not by the user under any circumstance.

thank you so much

dinbror commented 10 years ago

Hey.

Just set escClose to false. You can also set modalClose to false if the user shouldn't be able to close the popup by clicking on the modal overlay.