noun

13 of 60
Bad / Small

remnant - A small part of something that remains after the rest of it is gone.

Every once in a while a group of people somewhere in the world claims that it a remnant of the ten lost tribes of Israel.

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