adjective

Url

685 of 733
Other / Other

prior - Relating to or concerning earlier events or actions.

She was unable to attend due to a prior commitment.

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