verb

37 of 72
Bad / Unhappy

grieve - To feel great sadness about the loss of something

Eight year old Charlie grieved over his dog Spot when the dog was hit by a car.

// 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(); }); }