Skip to content

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.

vivinjoy/bpopup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bPopup - If you can't get it up - use bPopup

DEMO:

http://dinbror.dk/bPopup

API:

http://dinbror.dk/blog/bPopup

DESCRIPTION:

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.

CHANGELOG

v 0.9.3

  • Transition fix: Unbinding events earlier on close to prevent scroll/resize events triggered when closing the popup and using the "slideIn" or "slideDown" transition.
  • Transition fix: The public close function didn't close the popup when using the "slideIn" or "slideDown" transition.
  • Transition fix: Exit transition for "slideIn" and "slideDown" will now always slide graceful no matter how much you have scrolled.
  • Transition fix: Fixed odd behavior when using "slideIn" or "slideDown" with ajax calls.

v 0.9.2

  • Percentage fix: Resize center fix when using percentage for width/height.
  • Percentage fix: Recenter fix when using percentage for width/height in ajax(loadUrl) calls.
  • Improvement: Adding 'debounce' to resize event.

v 0.9.1

  • Legacy fallback: In version 0.9.0 I changed the default close class from bClose to b-close. To avoid issues when you update to latest version I'm also binding a close event on the old default close class, bModal.
  • Bugfix: When moving an iframe through the DOM, IE9 will excecute the code in the iframe as many times as moves you make. Each time (but the last one) will return udefined on Object, String, Array etc.
  • Bugfix: When appending is false no overlay was created.

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published