Created
January 30, 2019 03:36
-
-
Save clintN/fd5a6f1610b3fd9f9267aa2c8439450a to your computer and use it in GitHub Desktop.
Add this code to the <head> in order to have Bootstrap model open https://getbootstrap.com/docs/4.0/components/modal/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| $(document).ready(function(){ | |
| $("#myModal").modal('show'); | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment