how to make pop up window in bootstrap code example
Example 1: modal html
Example 2: how to make popup modal in jquery with example
$("#sticky").modal({
escapeClose: false,
clickClose: false,
showClose: false
});
$("#sticky").modal({
escapeClose: false,
clickClose: false,
showClose: false
});