Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap modal is not closing. #3

Open
iamappmaker opened this issue Sep 19, 2018 · 1 comment
Open

Bootstrap modal is not closing. #3

iamappmaker opened this issue Sep 19, 2018 · 1 comment

Comments

@iamappmaker
Copy link

There is no model example given in template. So i just copy pasted the modal code from bootstrap website.

It shows the modal but on clicking close, modal doesn't close.

@MGatner
Copy link

MGatner commented Mar 31, 2019

Make sure you have the Bootstrap JavaScript included as well - you're describing a common issue when just using Bootstrap CSS.
E.g. from GetBootstrap.com:

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity_no="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity_no="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity_no="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants