In a very simple jQuery modal, I close the modal by clicking on CLOSE as
$(\'#close\').click(function(e) { e.preventDefault(); $(\'#overlay, #alertModalO
I found it helpful to include:
$('.item-modal').click(function(e) { e.stopPropagation(); });