**Note**: Since this plugin was created to solve a lot of the issues with BS2, it still uses the BS2 markup syntax. Currently I believe the default BS3 modal addresses some of the bigger issues and is not worth maintaining two versions of this plugin. Bootstrap Modal v2.2.6 ============= See live demo [here](http://jschr.github.com/bootstrap-modal/). Extends Bootstrap's native modals to provide additional functionality. Introduces a **ModalManager** class that operates behind the scenes to handle multiple modals by listening on their events. A single ModalManager is created by default on body and can be accessed through the jQuery plugin interface. ```javascript $('body').modalmanager('loading'); ``` Bootstrap-Modal can be used as a replacement for Bootstrap's Modal class or as a patch to the library. Bootstrap 3 ----------- If you're using BS3, I've provided a compatible css patch. Include `bootstrap-modal-bs3patch.css` **before** the main `bootstrap-modal.css` file to use this plugin with Bootstrap 3. If you're using the loading spinner functionality you may also need to change the default template to be compatible in js: ```html $.fn.modal.defaults.spinner = $.fn.modalmanager.defaults.spinner = '