popup modal code example
Example 1: javascript modal close
$('#closemodal').click(function() {
$('#modalwindow').modal('hide');
});
Example 2: bootstrap modal
Example 3: bootstrap 4 modal
Example 4: modal boostrap
Example 5: modal
Example 6: html data-target modal
$('#myModal').modal('show')