how to show modal with id in jquery code example
Example 1: jquery modal on show + target button
$('#delete-file-modal').on('show.bs.modal', function (event) {
console.log(event.relatedTarget);
});
Example 2: jquery dialog modal on modal
.ui-dialog { z-index: 1100 !important ;}