verb

97 of 1576
Bad / Hostile

scoff - To speak to someone or about something in a scornfully derisive or mocking way

The mayor scoffed at the ridiculous question from the reporter.

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