noun

25 of 60
Bad / Bad

quagmire - A soft boggy area of land that gives way underfoot

After the thunderstorm, the troops had to watch their step to avoid sinking into the quagmire of mud underneath them.

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