verb

Url

49 of 60
Bad / Angry

sever - Often used in reference to actions that result in the separation of parts, pieces, or relationships.

After the heated argument, he decided to sever ties with his former business partner for good.

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