adjective

25 of 60
Other / Surprise

incredulous - (of a person or their manner) unwilling or unable to believe something

Even while the news interviewed him holding his giant check, Jake was still incredulous that he had won the lottery.

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