pop up bootstrap code example

Example 1: javascript modal close

$('#closemodal').click(function() {
    $('#modalwindow').modal('hide');
});

Example 2: bootstrap modal





Example 3: modal dismiss





Example 4: bootstrap modal popup




Example 5: modal bootstrap 4





Example 6: bootstrap 4 hide modal via javascript

$('#myModal').modal('hide')

Tags: