how to make a close button that works with other modals js code example
Example: javascript modal close
$('#closemodal').click(function() {
$('#modalwindow').modal('hide');
});
$('#closemodal').click(function() {
$('#modalwindow').modal('hide');
});