adjective

25 of 78
Bad / Strange

motley - Incongruously varied in appearance or character; disparate

The motley crew of casino robbers wouldn't seem like they would associate with each other in normal situations.

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