function setAlert(id, message, color) { const html = ` ` $('#' + id).html(html) } function clearAlert(id) { $('#' + id).html('') }