function showDeleteModal(userID, username) { const modal = $(` `); $('body').append(modal); modal.modal('show'); }