create new modal css code example
Example 1: how to make popup modal in jquery with example
$("#sticky").modal({
escapeClose: false,
clickClose: false,
showClose: false
});
Example 2: how to make popup modal in jquery with example
$('#sub-modal').modal({
closeExisting: false
});