I want to add 75 % width for one prompt, not for all prompt. How to fix this?
JavaScript file prompt:
if (id == 'finalDestination' && data[1] !== undefined && data[1] !== "" && data[1] !== null) {
$.prompt("<span style='color:red;font-weight:bold;'>INTERNAL REMARKS FOR FD " + destination + "</span>" + "\n" + "</br>" + data[1]);
}
you can use like this
$.prompt("<span style='color:red;font-weight:bold;'>INTERNAL REMARKS FOR FD </span>" + "\n" + "</br>",{ position:{width:100}});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With