verb

134 of 3214
Bad / Attack

mangle - To severely mutilate, disfigure, or damage by cutting, tearing, or crushing

The speeding car was mangled beyond belief when it hit the tree at 80 miles an hour.

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