verb

61 of 732
Other / Body

quiver - To tremble or shake with a slight rapid motion

When his mother removed his pacifier, the baby's lips began to quiver before he started to cry.

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