noun

Url

673 of 732
Other / Move

gust - A strong, brief burst of wind.

A strong gust of wind almost blew the umbrella out of her hands.

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