how to make a custom modal dialog in html jquery code example
Example 1: jquery dialog modal on modal
.ui-dialog { z-index: 1100 !important ;}
Example 2: how to make popup modal in jquery with example
$('#sub-modal').modal({
closeExisting: false
});