Top "Bootbox" questions

Bootbox.

jQuery .validate() submitHandler not firing

I'm loading a dialog box with a form that's built on-the-fly using Bootbox.js and I'm validating user input with …

jquery jquery-validate bootbox
Bootbox Confirm Dialog problems

Unfortunately, the doc Bootbox ( http://paynedigital.com/2011/11/bootbox-js-alert-confirm-dialogs-for-twitter-bootstrap ) not teach how to call the confirm dialog. As it is in …

jquery twitter-bootstrap bootbox
Bootstrap and bootbox: dynamically change the width of confirmation window

I am using Bootstrap for a web application and using bootbox (http://bootboxjs.com) for showing a window before proceeding …

twitter-bootstrap bootbox
How to make bootbox closing when using custom dialog

I'm using bootbox to show dialog. If I use bootbox.confirm, bootbox.alert or bootbox.prompt, when pressing escape key …

javascript twitter-bootstrap-3 modal-dialog bootbox
Multiple inputs in a Bootbox

How can I have 2 inputs instead of just one in Bootstrap's Bootbox? I need to receive 2 values in a modal …

javascript twitter-bootstrap bootbox
How to customize Bootbox.js prompt options

I am trying to customize bootboxjs.prompt options, but it seems that it doesn't allow an options object as a …

bootbox
Bootbox: Callback function after dismissing the dialog / Clicking on the 'X' button

The following snippet allows me to perform stuff in a callback function for the buttons that are clicked. However, how …

javascript twitter-bootstrap callback bootbox
Disable the Bootbox close button

I'm wondering how remove the "X" button that shows up on Bootbox alerts, confirms, prompts and dialogs. There are cases …

javascript twitter-bootstrap bootbox
bootstrap and bootbox: set dialog box center of the screen

I am using bootbox.js from http://bootboxjs.com/examples.html and it is quite impressive. But I have an …

twitter-bootstrap bootbox
Change modal width only for specific modal in Bootbox

I am using Bootbox 4 with Bootstrap 3 on IE (IE 8 / IE 9) and everything works as intended. It looks like in Bootstrap 3 …

jquery css twitter-bootstrap bootbox