verb

Url

25 of 44
Bad / Powerless

kowtow - To act in an excessively submissive or obedient manner, often to gain favor; to bow or kneel as a sign of deep respect or submission.

In ancient China, people would kowtow before the emperor as a sign of respect.

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