noun

25 of 60
Good / Calm

getaway - A good location for a short vacation

Phil and Sandra loved their cabin in the woods, and it was perfect for a short getaway weekend vacation.

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