adjective

25 of 60
Other / Inward

quaint - Attractive or charming in an old fashioned way.

Granny and Granpa lived in an old cottage in the country, with a quaint porch where we could have our tea and play board games.

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