Jquery Confirm Versions Save

A multipurpose plugin for alert, confirm & dialog, with extended features.

v3.3.4

5 years ago

Fixed bugs #454 & #453 caused due to previous release,

v3.3.3

5 years ago

Thanks to the contributors for sharing the changes,

  • Safari height bug fix
  • Fixed isClosed bug on firefox
  • Remove scroll to top when content height changes
  • Added support for commonJS and AMD

I apologize for the painfully delayed release, 🙏 My day job consumes all my time and energy, Its my new years resolution to try and keep this project updated.

v3.3.2

6 years ago
  • added payload argument to onClose
let a = $.confirm({
    onClose: function(payload){
        // get the payload.
    }
});
a.close(myPayload);

v3.3.1

6 years ago

Quick improvement from v3.3.0

  • Let the user remove all buttons, pass false in buttons attribute

v3.3.0

6 years ago

[Compare changes] (https://github.com/craftpip/jquery-confirm/compare/v3.2.3...v3.3.0)

  • Moved overflow scroll inside modal #286
  • Improved draggable
  • Added 'animateFromElement' method
  • Added 'smoothScroll' option
  • Added 'hilight' option
  • Added 'showLoading','hideLoading' option
  • Accept jquery dom element in content #313
  • Updated docs
  • 'setDialogCenter' method deprecated, dialog centered with CSS tables
  • 'alignMiddle' method deprecated
  • fixes #255 #307 290

v3.2.3

6 years ago
  • Added lazyOpen option
  • Added button properties isHidden and isDisabled
  • setBoxWidth method added
  • bug fixes

v3.2.0

7 years ago
  • A new theme "modern" added
  • fixed bugs #242 #248
  • fixed RTL #201

v3.1.1

7 years ago
  • fixes #228 theme not centered when not using bootstrap
  • removed unnecessary console logs

v3.1.0

7 years ago
  • Support for bootstrap v4
  • Draggable dialogs
  • Added options animateScrollToElement, alignMiddle, offsetTop, offsetBottom and drawWindowGap

v3.0.3

7 years ago
  • Setting defaults fixed
  • added docs for prompt dialog
  • added setType method
  • users can now create custom type styles
  • removed the annoying debug console log
  • other fixes