Bootpopup is a JavaScript library intended to simplify the task of creating Bootstrap modals.
bootpopup.alert("You are now alerted by this message!");
bootpopup.prompt("Name");
Multiple popups can be used at the same time
If the provided functionality is not enough for your case, you can simply mix your HTML
Check input and control the popup manually
Convenient buttons and dropdowns for more complex use cases