verb

37 of 60
Other / Up+Down

stomp - To step on something with force.

Andy stomped on the small fire that started in the woods when someone dropped a lit cigarette by mistake in the campsite next to his.

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