Top "Bootbox" questions

Bootbox.

Using bootbox the show event is not fired

I'm not able to catch the show event for the bootbox.confirm dialog in order to do some css adjustments …

jquery twitter-bootstrap bootbox
Convert to Bootbox confirmation

The following code pops up a confirmation windows when the Delete user link is pressed: <a href="delete_user.…

javascript jquery twitter-bootstrap bootbox
How set ajax data to Bootbox dialog?

How can i set data from ajax to bootbox dialog? Or I need use jquery ui dialog, when need to …

ajax bootbox
Prevent bootbox from closing pop-up window

I am using bootbox to make pop-up windows with forms and I have to validate them and throw error to …

javascript jquery bootbox
Bootbox validation

I am trying to create a modal using Bootbox. I have the modal popup and ask you to fill in …

javascript jquery bootbox
jQuery add CSS Class to bootbox Modal Dynamically

I am using the jQuery plugin called Bootboxjs for my modals. This is how I run the code: bootbox.dialog({ …

javascript jquery css twitter-bootstrap bootbox
Close Twitter Bootbox after x seconds

Is it possible to close a twitter bootbox after 10 seconds?! i open it like this: bootbox.confirm("{{$steps[0]}}","accept","decline" ,…

javascript jquery twitter-bootstrap bootbox
What's C#'s await equivalent in javascript/jquery?

I'm using a jQuery library called bootbox bootbox.dialog({ title: "Group", buttons: { success: { label: "OK", className: "btn-success", callback: function () { postForm(); } } } }); …

javascript async-await bootbox
add custom Class to alert dialog in bootbox bootstrap jquery plugin

I am using Bootbox jquery plugin to show modals. this is a simple usage of that to show alert dialogs : …

javascript jquery twitter-bootstrap bootbox
Get value from bootbox confirm callback function

console.log(r); gets nothing. How can I pass the result to r variable when using bootbox function jconfirm(m){ …

jquery twitter-bootstrap bootbox