verb

Url

1717 of 3214
Bad / Hostile

abandon - To leave someone or something behind permanently or without intending to return.

Beverly took the cat into her house when she realized that the cat had been abandoned.

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