nounverb verb

13 of 74
Bad / Hostile

jeer - To mock or demean someone with unkind words or remarks.

Emily got up after tripping over a broken tile in the school yard, and she heard Candy and Belinda jeer at her. Their mocking comments were very hurtful.

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