Zebra Dialog Versions Save

A small, compact, and highly configurable jQuery plugin for creating beautiful modal dialog boxes

3.0.7

5 days ago
  • minor maintenance release

3.0.6

3 weeks ago
  • minor maintenance release

3.0.5

3 years ago
  • fixed bugs when working with iFrames

3.0.4

3 years ago
  • fixed bug where the disable_page_scrolling property introduced in 3.0.0 had an undesired effect on pages where there was no scroll

3.0.3

3 years ago
  • SASS files are now available in the dist folder
  • fixed broken example for overlapping dialogs

3.0.2

4 years ago
  • minor release which only adds screenshots to the examples

3.0.1

4 years ago
  • fixed #32 where the center_buttons property was not centering buttons; thanks LukeSavefrogs!

3.0.0

4 years ago
  • page scrolling behind an open dialog box is now disabled by default
  • added margin property to prevent the dialog box from touching the viewport's limits when stretched 100% horizontally and/or vertically
  • added max_width property which, together with the existing max_height property, can now be specified as percentage
  • added the default_value property to be used for prompt type dialog boxes
  • width and height properties can now be specified as percentages, too
  • custom_class is now also added to the overlay, not just to the dialog box
  • the word center can also be used when specifying vertical position (alongside middle)
  • when using iFrames, the width and height is now automatically computed to fit those of the dialog box; additionally, now a spinner is also shown while the iFrame content is loading
  • the library now automatically does backdrop management when opening multiple modal dialog boxes
  • dropped IE6 support
  • fixed bug where the positioning of the dialog box was incorrect it had borders
  • removed the backdrop_container property
  • minor tweaks to all the templates

2.1.1

4 years ago
  • fixed height broken in previous commits

2.1.0

4 years ago
  • added prompt dialog box type; thanks to Sebi Popa!
  • added height property for setting custom heights to dialog boxes
  • added update method for adjusting the dialog box's position when content is changed dynamically, at run-time
  • the overlay can now have a different parent than the body element, via the newly added overlay_container property