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

Changes to the close() function to now call the onClose callback #69

Open rogzhang opened 7 years ago

rogzhang commented 7 years ago

The current version has a bug where calling the public close() function does not call the onClose callback function. Added functionality to the public close() function so that the onClose callback function is called.