Jump to content
  • 0

Модальное окно не работает


Барак Обама
 Share

Question

Не работает модальное окно, подскажите пожалуйста в чем может быть причина.
 
<body>
    <header>
        <div class="container">
            <div class="row">
                <div class="col-12">
                    <h1 class="text-center text-white">************</h1>
                    <div class="itd_play btn btn-primary" data-toggle="modal" data-target="#myModal">
                        <div class="itd_triangle"></div>                              
                    </div>
                    <a href="#footer" class="btn btn_itd btn_lg text-uppercase">Заказать</a>
                </div>
            </div>
        </div>
    </header>
    
    <footer id="footer">
    </footer>
 
    <div class="modal fade" id="myModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
        <div class="modal-dialog">
          <div class="modal-content">
            <div class="modal-header">
              <h5 class="modal-title" id="exampleModalLabel">Modal title</h5>
              <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                <span aria-hidden="true">&times;</span>
              </button>
            </div>
            <div class="modal-body">
              ...
            </div>
          </div>
        </div>
      </div>
      
      <script src="js/bootstrap.bundle.min.js"></script>
 
</body>
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy