2.1.4 • Published 6 years ago

bootstrap-stacked-modals v2.1.4

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

bootstrap-multimodal

A Bootstrap plugin that adds support for multiple stacked modals.

Installation

This package is available via npm:

npm i bootstrap-stacked-modals

Demo

See the demo page for a sample implementation.

Usage

Include dist/bootstrap-multimodal.js (or the minified version).

Please note that a modal element has to be inserted into the DOM before calling .modal(), as Bootstrap first triggers the event and only later inserts it, which makes the listener on $(document) miss the event.

Disable for certain modals

If you need to override or prevent the behavior on certain modals, add a data-attribute to the .modal element:

<div class="modal fade" data-multimodal="disabled">…

Disable globally

You can also disable / enable multimodal by calling methods on the global object:

BootstrapMultimodal.disable();
BootstrapMultimodal.enable();
2.1.4

6 years ago

2.1.3

6 years ago

2.1.2

6 years ago