Skip to content

Instantly share code, notes, and snippets.

@clintN
Created January 30, 2019 03:36
Show Gist options
  • Select an option

  • Save clintN/fd5a6f1610b3fd9f9267aa2c8439450a to your computer and use it in GitHub Desktop.

Select an option

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/
<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