create modal div jquery code example
Example 1: open modal in jqwuery
$("#myModal").modal('show')
Example 2: how to make popup modal in jquery with example
$('#sub-modal').modal({
closeExisting: false
});
$("#myModal").modal('show')
$('#sub-modal').modal({
closeExisting: false
});