Bootbox.js is a small JavaScript library which allows users to create programmatic dialog boxes using Bootstrap modals, without having to create, manage or remove any of the required DOM elements or JS event handlers.
Bootbox.js is a small JavaScript library which allows users to create programmatic dialog boxes using Bootstrap modals, without having to create, manage or remove any of the required DOM elements or JS event handlers.
Customer Reviews
Jyotirmaya P.
Advanced user of Bootbox.JsBootbox.js is a small lightweight library to help you create responsive popups/modals which uses bootstrap theme. I am listing few things I like about Bootbox.Js
1. Very lightweight when minified and bundled.
2. No extra CSS required. Fully compatible with bootstrap 3.0.0+ and JQuery 1.9.1+
3. Can handle alert, prompt box, confirm dialog boxes. Even customization is possible for buttons, inputs, dropdowns etc.
4. Supports callback which is super useful in some cases where you need to handle some tasks after certain actions.
5. Can be used as a busy loader.
6. It doesn't affect already existing modals.
7. All events related to bootstrap modal can be hooked up with the bootbox modal.
8. No HTML coding required
9. Free and open source.
So overall it is a very nice and powerful plug in to boost your product and productivity.
As an overall product this is pretty fine. I hope team can bring in some improvements to customize it even further. Here are some points I miss/dislike
1. No way to make a form inside modal and support for ajax.
2. Multiple modals are not supported
3. Cannot work without adding boostrap and JQuery.
It is must add to your project if you want reduce more rework and reduce lines of code. It is a much simpler and cleaner approach to deal with popups and modals.
Bootbox.Js saves so much time and effort after you install it once in your applications. It is also very light weight so doesn't hurt websites performance. It basically reduces 20-30 lines of code to one single code after successful implementation. I use this plug in to create busy loaders on the go. No html is required so I can just call it from my javascript and I get desired result.