verb

1 of 44
Bad / Powerless

grovel - To lie or move abjectly on the ground with one's face downward

When he was told he was being fired, Todd groveled on the ground and pleaded with his boss.

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