I am using http://github.com/voronianski/jquery.avgrund.js/
my js call is:
$('.reserve_button').avgrund({ enableStackAnimation: false, onBlurContainer: '.content', holderClass: 'custom', template: $(".rezerve-modal").html() });
and my popup content is:
<div class="avgrund-overlay"></div>
<div class="rezerve-modal">
<div style="background-color: #CEEEF2; padding: 5px 10px; height: 100%;">
some content
<span class="modal-btn hoverU cancel">Cancel</span>
</div>
</div>
What I want is, when I click cancel I want popup to be closed.