{% set title = 'Bootstrap Components › Modal' %}
{% set page = 'bootstrap-modal.html' %}
{% extends 'layouts/master.html' %}
{% block plugins_css %}
{% endblock %}
{% block content %}
Use Bootstrap’s JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content.
You can easily change the default browser confirmation box with a bootstrap modal. Use the Bootstrap method to create modal. You need to create an HTML structure for modal and the following button will trigger it. We've created a plugin to easily create a bootstrap modal. You can change the modal position to center. Check the Modal
Modal
Modal Confirm
The Bootstrap Way
Modal Demo
Modal Center
The Others
modal.js
code in the dist/js/page
folder to get the source code.