verb

37 of 78
Other / Move

engulf - To surround something completely

After the accident, a minute after Dan got out of the car, the car was engulfed in flames.

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