Bootstrap hide modal JavaScript
Bootstrap hide modal JavaScript– It is pretty quick to hide modal in JavaScript. We can hide bootstrap Modal using jQuery.
Bootstrap hide modal JavaScript Example
You can hide the bootstrap modal simply as below-
Bootstrap hide modal JavaScript Example:
$('#myModal').modal('hide'); |
So the above example will hide the myModal.
Advertisements