noun

133 of 732
Other / Other

sundry - Various items not important enough to be mentioned individually

Wes needed to freshen up before getting on the plane, so the newsstand employee pointed him to the deodorant and other various sundries on the shelves.

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