Jump to content

denis.poligon

Neophyte
  • Posts

    1
  • Joined

  • Last visited

denis.poligon's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. На http://red-book-cms....-bootstrap.html увидел пример модального окна. Но при клике на оверлей окно закрывается. Автор не отвечает уже 2 недели. Может кто подсказать? Начало: <link href="css/bootstrap.min.css" rel="stylesheet"> <script src="http://yandex.st/jquery/1.8.3/jquery.min.js"></script> <script src="js/bootstrap-transition.js"></script> <script src="js/bootstrap-modal.js"></script> Конец: <!-- Кнопка по нажатию на которую будет показано окно: --> <a data-toggle="modal" data-target="#mayoOkno" class="btn btn-primary">Показать модальное окно!</a> <!-- Модальное окно: --> <div id="mayoOkno" class="modal hide fade" tabindex="-1" role="dialog"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"> ×</button> <h3>Заголовок модального окна</h3> </div> <div class="modal-body"> <!-- Содержимое модального окна[...] --> </div> <div class="modal-footer"> <button class="btn" data-dismiss="modal">Закрыть</button> <button class="btn btn-primary">Просто кнопка</button> </div> </div>
×
×
  • 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