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

Modal not working #15435

Closed
klnlakshmi opened this issue Dec 24, 2014 · 4 comments
Closed

Modal not working #15435

klnlakshmi opened this issue Dec 24, 2014 · 4 comments

Comments

@klnlakshmi
Copy link

http://jsfiddle.net/prazgod/q4Yar/
When i click on the link the modal is not opening.

@varunsridharan
Copy link

You have missed some class & attribute for the model div
class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"

And also some attributes for button
data-toggle="modal" data-target="#myModal"

@varunsridharan
Copy link

and also css and js is not correctly included here is a working copy http://jsfiddle.net/bhxy5htg/

@klnlakshmi
Copy link
Author

Yes you are right. I have fixed my JS and CSS files. It started working. Thanks for your time

@varunsridharan
Copy link

:)
You may please close this issue if resolved..

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