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

Add callbck errorCallback for image and ajax popup types to support error status codes #32

Closed jlarmstrong closed 10 years ago

jlarmstrong commented 10 years ago

Errors are not appropriately handled or passed down to the calling action. I created a callback that will allow for the caller to determine that an error happened within jQuery.load and react to it.

dinbror commented 10 years ago

Fixed in 0.10.0 (https://github.com/dinbror/bpopup#v-0100-07-22-2014)