designed popup models in bootstrap code example
Example 1: javascript modal close
$('#closemodal').click(function() {
$('#modalwindow').modal('hide');
});
Example 2: bootstrap modal
Example 3: modal in bootstrap 4
$('#myModal').modal('show')
Example 4: bootstrap modal