noun

Url

49 of 60
Bad / Strange

hillbilly - A person from a rural, mountainous area of the United States, especially the Appalachians. Can be used in an insulting manner.

The hillbilly family made a store in Alabama, and its theme is that the families in rural America may not be sophisticated, but they have a big heart and close family ties.

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