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

how to fade out the popup div in jquery code? #64

Closed kaiwang0112006 closed 8 years ago

kaiwang0112006 commented 8 years ago

Hi, I want to use bpopup to show onloading information, which means the message div popup when the sending the request to API for some analysis, and it will disappear after the request come back with some results. How to make the popup div disappear in jquery code?