noun

277 of 1578
Bad / Strange

yokel - A naive or gullible inhabitant of a rural area or small town

Jed Clampett knew he and his family were considered yokels from the countryside, so he was unsure of how they would be treated in Beverly Hills.

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