Questions tagged [bootbox]

Bootbox.js is a small JavaScript library which allows you to create programmatic dialog boxes using Bootstrap modals.

Bootbox.js is a small JavaScript library which allows you to create programmatic dialog boxes using Bootstrap modals, without having to worry about creating, managing or removing any of the required DOM elements or JS event handlers.


Useful resources :

459 questions
-1
votes
1 answer

How is this bootbox even created?

I need to add some more inputs in a bootbox (which is in the picture bellow). However, I'm not able to find the html that "made it" The message parameter it's filled with "
" and nothing else I don't know how this…
theBotelho
  • 324
  • 1
  • 3
  • 12
-1
votes
1 answer

How to give vertical height manually in bootbox

I want to give vertical height manually in a bootbox prompt. Here is the bootbox, We can fix it exactly in the center but I want to place it slightly above. $('#btnNewPra').on('click',function(){ bootbox.prompt({ size:…
Vikash Jha
  • 35
  • 6
-1
votes
1 answer

Use bootbox.confirm in jquery.validate submitHandler

I got a problem when I'm using bootbox in jquery.validate, if I put bootbox.confirm into submitHandler, the submit button's value will be lost in the backend JS code: $(function () { $("#userForm").validate({ submitHandler:…
Q.Zack
  • 1
  • 1
-1
votes
1 answer

bootbox how to redirect on href link

i am new in jquery and bootbox i want to add an action to each button alert of the confirmation so if the selected button is yes then i want to redirect in a link for exemple