Other

adjective

733 of 733

Other / Fast

Url

brisk - Active, fast, and energetic.

The brisk wind made it a great day for kite flying.

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