noun

25 of 60
Bad / Strange

phantom - An appearance or illusion without material substance

Emily found it hard to succeed in whatever she tried because of a phantom voice in her ears telling her that she would always be a failure.

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