nounverb noun

445 of 733
Other / Fast

dash - An act of running somewhere suddenly and hastily

After climbing over the prison's walls, the prisoners made a dash for freedom.

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