I am using Bootstrap for a web application and using bootbox (http://bootboxjs.com) for showing a window before proceeding with a delete operation.
For different delete options, I need to display different messages. I would like to show confirmation windows with different widths.
How can I do this dynamically in javascript code? I looked at everything and am unable to find a solution.
Thanks for any ideas and suggestions!
Cheers.