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)