Skip to content

Fix + new options

Pre-release
Pre-release
Compare
Choose a tag to compare
@HTMLGuyLLC HTMLGuyLLC released this 25 Oct 19:38
· 13 commits to master since this 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)