adjective

25 of 60
Bad / Unhappy

melancholy - A feeling of being very sad that lasts for a long time

After he got divorced, Stan felt melancholy for a long time, and just didn't feel like dating.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }