noun

Url

37 of 60
Bad / Dishonest

alibi - A claim of innocens due to evidence that someone was somewhere else when a crime took place.

Without a solid alibi, the man became the prime suspect in the case.

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