adjective

397 of 733
Other / Light

shrouded - Something that is covered or hidden

Many feel that the real story behind the Kennedy assasination is shrouded in mystery.

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