verb

Url

37 of 60
Other / Move

depart - To leave a place, especially to start a journey.

Our flight departs at 8:30 a.m., so we need to get to the airport early in the morning.

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