# bootstrap-modal **Repository Path**: mirrors_winneryong/bootstrap-modal ## Basic Information - **Project Name**: bootstrap-modal - **Description**: Extends the default Bootstrap Modal class. Responsive, stackable, ajax and more. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Bootstrap Modal v2.2.5 ============= 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. $('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: $.fn.modal.defaults.spinner = $.fn.modalmanager.defaults.spinner = '