Skip to content

Releases: HTMLGuyLLC/jConfirm

Fix for undefined class on custom buttons

10 Sep 22:01

Choose a tag to compare

4.5.3

Fix 'undefined' class on buttons

Fix for button data attributes

10 Sep 21:57

Choose a tag to compare

4.5.2

Fix for data attributes

Added data attributes for buttons

10 Sep 21:30

Choose a tag to compare

4.5.0

Added data attributes for buttons

Added main to package.json for ES6 import

18 Jul 16:06

Choose a tag to compare

Fix centered modal fallback

26 Mar 14:22

Choose a tag to compare

Fix centered modal fallback

Fix position when trigger element is hidden

26 Mar 14:14

Choose a tag to compare

4.4.3

fallback to centered when triggered element is hidden

Fix for position when trigger element is gone

26 Mar 14:06

Choose a tag to compare

Automatically centers the tooltip when the trigger element is removed from the dom.

Fix for positioning

13 Nov 21:18

Choose a tag to compare

4.4.1

Fix for positioning

Removed target option - too buggy!!

25 Oct 20:16

Choose a tag to compare

4.4.0

had to remove target option because it's too error prone

Fix + new options

25 Oct 19:38

Choose a tag to compare

Fix + new options Pre-release
Pre-release

The plugin would throw an error when chaining on an element that didn't exist
For instance:

$('.this-does-not-exist').jConfirm().on('confirm', function(){});

That has been fixed.

New options!
'target' and 'show_now' (see README for info)