Releases: HTMLGuyLLC/jConfirm
Releases · HTMLGuyLLC/jConfirm
Fix for undefined class on custom buttons
4.5.3 Fix 'undefined' class on buttons
Fix for button data attributes
4.5.2 Fix for data attributes
Added data attributes for buttons
4.5.0 Added data attributes for buttons
Added main to package.json for ES6 import
4.4.5 Patch bump
Fix centered modal fallback
Fix centered modal fallback
Fix position when trigger element is hidden
4.4.3 fallback to centered when triggered element is hidden
Fix for position when trigger element is gone
Automatically centers the tooltip when the trigger element is removed from the dom.
Fix for positioning
4.4.1 Fix for positioning
Removed target option - too buggy!!
4.4.0 had to remove target option because it's too error prone
Fix + new options
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)