adjective

25 of 62
Other / Other

dubious - Hesitating or doubting

Josh gave Sam a dubious look when he told him that they were going to win 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(); }); }