verb

Url

37 of 60
Other / Fast

expedite - To complete or process something quickly and efficiently.

He asked the clerk to expedite his passport application because of his urgent travel needs.

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