adjective

Url

649 of 732
Other / Other

tangible - Real and concrete, rather than abstract or imaginary, outwardly perceptible.

She found the story hard to believe, and needed tangible proof before believing the story.

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