noun

481 of 1578
Bad / Strange

riff-raff - Disreputable or undesirable people

Molly dreaded walking past the homeless riff-raff after shopping at the luxury store.

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