Skip to content

Releases: seahorsepip/jPopup

jPopup v2.0.1

06 Sep 15:48
Compare
Choose a tag to compare

Bug fix release.

jPopup v2.0.0

04 Sep 13:38
Compare
Choose a tag to compare

Complete rewrite of original jQuery plugin with more functionality then before.

Fixes css class base

05 Jun 13:13
Compare
Choose a tag to compare

Changes

  • Fixes css class base

Fixing issues, class base, z-index, html elements & Animations

05 Jun 12:54
Compare
Choose a tag to compare

Changes

  • You can set a classbase other then "jpopup" now
  • Starting z-index can be changed
  • Use existing html elements to create a jpopup window
  • Animations

Fixes

  • Closes #4

Resize boundary bugfix

03 Feb 18:53
Compare
Choose a tag to compare

Fixes

  • Resize boundary wasn't properly functioning

Resizeable popups and z-index fix

03 Feb 18:38
Compare
Choose a tag to compare

Changes

  • Added resizeable option, popups can now be resizeable

Fixes

  • z-index on overlay properly set
  • dotted border on buttons removed (Firefox)
  • text selection on popup dragging/resizing disabled (IE)

SCSS, new position and bug fixes

01 Feb 03:02
Compare
Choose a tag to compare

Changes

  • Replaced CSS with SCSS, minified CSS file (processed SCSS file) is available.
  • Added position "full"

Fixes

  • OverflowY with position "bottom"
  • ScrollTop and scrollBottom with position "stretchBottom"
  • Changed button property "class" to "buttonClass" (IE bugfix)

Thanks @austinpaquette for the SCSS contribution

Bugfix

27 Jan 14:44
Compare
Choose a tag to compare

Fixed a bug in content() and title() functions.

Quick bugfix

15 Jan 06:40
Compare
Choose a tag to compare

Variable fCloseButtonHTML changed to fCloseButtonContent.

More positions and jquery selectors

15 Jan 06:31
Compare
Choose a tag to compare

Added more positions: topLeft, topRight, bottomLeft, bottomRight, stretchTop, stretchLeft, stretchBottom, StretchRight.

Added new functions to get jquery selectors from a popup: popupWrapper(), popupOverlay(), popup(), popupTitle(), popupContent(), popupButtons(), popupClose().