nounverb verb

Url

49 of 77
Good / Friendly

escort - To accompany someone to a place, especially for protection or as a courtesy.

The security guards escorted the defendant safely out of the courtroom.

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