Top "Bootbox" questions

Bootbox.

How to create a bootbox prompt with a bootstrap datepicker as input

I am creating a dialog box using bootbox. bootbox.dialog({ message: 'Datepicker input: <input id="date"></input&…

twitter-bootstrap datepicker bootbox
Bootbox 4.1.0: how to pass localized strings such as Ok, Cancel to Bootbox's confirm?

In Bootbox 3.2.0, I was able to use confirm with strings passed as below: bootbox.confirm( confirm_string, cancel_string, yes_…

javascript bootbox
Bootbox don't defined with RequireJS

I am trying to use Bootbox with RequireJS, but every time this error appears: ReferenceError: bootbox is not defined I …

jquery twitter-bootstrap-3 bootbox
Chosen dropdown list not working with Modal

I am trying to get a jQuery Chosen select / dropdown list to work in a Bootbox modal. I have almost …

twitter-bootstrap drop-down-menu jquery-chosen bootstrap-modal bootbox
Bootbox callback not working properly

I'm trying to use this: $('#delete').live('click',function(){ var result; bootbox.confirm("Are you sure?", function(response){ result=…

javascript jquery bootbox
Bootbox js : Change placement of Ok Button

In bootbox.js, by default Ok button showing after Cancel button. I want it to be first and then cancel. …

jquery twitter-bootstrap-3 bootbox
How can you pass a variable to Bootbox confirm?

Is it possible to pass a jQuery variable into a bootbox.js confirm box? Here is the code: bootbox.confirm({ …

javascript jquery twitter-bootstrap bootbox